Hi, it seems that `bin/pinot-ingestion-job.sh` doe...
# troubleshooting
b
Hi, it seems that
bin/pinot-ingestion-job.sh
does not accept yaml ingestion job config. It does not work with the example command (
bin/pinot-ingestion-job.sh examples/batch/airlineStats/ingestionJobSpec.yaml
) I copy from official doc. It will shows following error
Error: No argument is allowed: examples/batch/airlineStats/ingestionJobSpec.yaml
. Can someone help me what's wrong here ?
x
Is there options from -h or -help ?
I think you need to place an an option
Something like -jobSpec
b
@Xiang Fu Thanks. I figured that out later. Its
-jobSpecFile
. Looks like the document need an update
x
thanks! We will update the docs
k
This has been fixed. Thanks for the help @Bowen Wan!