Shailesh Jha
06/10/2021, 12:21 PMKishore G
Shailesh Jha
06/10/2021, 2:54 PMMayank
Shailesh Jha
06/10/2021, 3:59 PMDaniel Lavoie
06/10/2021, 3:59 PMDaniel Lavoie
06/10/2021, 4:00 PMDaniel Lavoie
06/10/2021, 4:01 PMShailesh Jha
06/10/2021, 4:03 PMKishore G
Shailesh Jha
06/10/2021, 4:03 PMKishore G
Daniel Lavoie
06/10/2021, 4:04 PMYou can’t share segments between 2 Pinot clusters.I meant in active / active fashion.
Sadim Nadeem
06/10/2021, 4:05 PMShailesh Jha
06/10/2021, 4:06 PMMayank
Mayank
Mayank
Shailesh Jha
06/10/2021, 4:15 PMSadim Nadeem
06/10/2021, 7:04 PMShailesh Jha
06/12/2021, 1:00 PMpinot-admin.sh UploadSegment -controllerHost localhost -controllerPort 9000 -segmentDir /path/to/local/dir -tableName myTable
Shailesh Jha
06/12/2021, 1:02 PMException in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:386)
at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:401)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:461)
at sun.nio.ch.Net.bind(Net.java:453)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
at sun.net.httpserver.ServerImpl.bind(ServerImpl.java:133)
at sun.net.httpserver.HttpServerImpl.bind(HttpServerImpl.java:54)
at io.prometheus.jmx.shaded.io.prometheus.client.exporter.HTTPServer.<init>(HTTPServer.java:145)
at io.prometheus.jmx.shaded.io.prometheus.jmx.JavaAgent.premain(JavaAgent.java:31)
... 6 more
FATAL ERROR in native method: processing of -javaagent failed
Aborted (core dumped)
Daniel Lavoie
06/12/2021, 1:04 PMDaniel Lavoie
06/12/2021, 1:05 PMDaniel Lavoie
06/12/2021, 1:05 PMJAVA_OPTS="" && pinot-admin.sh UploadSegment -controllerHost localhost -controllerPort 9000 -segmentDir /path/to/local/dir -tableName myTable
Daniel Lavoie
06/12/2021, 1:06 PMShailesh Jha
06/12/2021, 1:09 PMShailesh Jha
06/14/2021, 3:05 PMShailesh Jha
06/14/2021, 3:06 PMFailed to generate Pinot segment for file
java.lang.IllegalStateException: Invalid segment start/end time:
Shailesh Jha
06/14/2021, 3:08 PMexecutionFrameworkSpec:
name: 'standalone'
segmentGenerationJobRunnerClassName: 'org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner'
segmentTarPushJobRunnerClassName: 'org.apache.pinot.plugin.ingestion.batch.standalone.SegmentTarPushJobRunner'
segmentUriPushJobRunnerClassName: 'org.apache.pinot.plugin.ingestion.batch.standalone.SegmentUriPushJobRunner'
jobType: SegmentCreationAndTarPush
inputDirURI: '<gs://pinot-dev/pinot-data>'
outputDirURI: '<gs://pinot-restore-test/table-test>'
overwriteOutput: true
pinotFSSpecs:
- scheme: gs
className: org.apache.pinot.plugin.filesystem.GcsPinotFS
configs:
projectId: 'test'
gcpKey: '/var/gcs/keys/gcs-key.json'
recordReaderSpec:
dataFormat: 'csv'
className: 'org.apache.pinot.plugin.inputformat.csv.CSVRecordReader'
configClassName: 'org.apache.pinot.plugin.inputformat.csv.CSVRecordReaderConfig'
tableSpec:
tableName: 'test'
pinotClusterSpecs:
- controllerURI: '<http://localhost:9000>'
Shailesh Jha
06/14/2021, 3:08 PMShailesh Jha
06/14/2021, 3:09 PMShailesh Jha
06/14/2021, 3:12 PMJAVA_OPTS="" && bash pinot-admin.sh LaunchDataIngestionJob -jobSpecFile /var/gcs/job-spec/sample.json
Shailesh Jha
06/14/2021, 3:16 PMNeha Pawar
Neha Pawar