Hi! I’m trying to ingest data to Pinot 0.8.0 and g...
# troubleshooting
i
Hi! I’m trying to ingest data to Pinot 0.8.0 and get not clear message. I can’t see any errors in this output and did not find other logs with related output. But output looks different to sample output from docs and there is no segments pushed to Pinot. Can you please help me to see where I can see error to fix that?
Copy code
Trying to create instance for class org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner
Initializing PinotFS for scheme file, classname org.apache.pinot.spi.filesystem.LocalPinotFS
Creating an executor service with 1 threads(Job parallelism: 1, available cores: 80.)
Trying to create instance for class org.apache.pinot.plugin.ingestion.batch.standalone.SegmentTarPushJobRunner
Initializing PinotFS for scheme file, classname org.apache.pinot.spi.filesystem.LocalPinotFS
Start pushing segments: []... to locations: [org.apache.pinot.spi.ingestion.batch.spec.PinotClusterSpec@78de58ea] for table trips_OFFLINE
m
Is the data in your local file systems? Is the input directory configured correctly @Ilya Yatsishin
i
It is on local FS. I tried both absolute and relative path to BASE_DIR. But logs don’t help to see if the problem with input directory path or later.