Hello everyone! I want to connect my s3 data to Ap...
# troubleshooting
f
Hello everyone! I want to connect my s3 data to Apache pinot? Can someone guide me about it? Is is possible through helm or I'll have to create a job for ingestion? Currently, we don't use kafka.
m
There's a guide that shows how to import S3 files here -- https://dev.startree.ai/docs/pinot/recipes/ingest-csv-files-from-s3
✔️ 1
f
And can you tell where do we need to run this command? I have configured it using helm and deployed on kubernetes.
t
@User you just need to create a Pinot table with the a tableconfig containing the S3 ingestion properties. You can schedule the ingestion via the
schedule
property or you can manually trigger via the controller rest API.
Check the /task/schedule API in swagger
n
@User I believe Mark’s steps point to the LaunchIngestionJob command and not the minion based ingestion.
t
Ah i believe you're correct. In that case you should be able to ssh into your controller and execute
pinot-admin.sh
script in the /bin directory.