fx19880617 opened a new pull request #6396: URL: https://github.com/apache/incubator-pinot/pull/6396
## Description Adding a Pinot-Admin sub command: ImportData to help users import data into Pinot. Usage: ``` bin/pinot-admin.sh InsertData -dataFilePath /path/to/my-local-data.gz.parquet -format parquet -table my-table ``` ``` bin/pinot-admin.sh InsertData -dataFilePath s3://<my-bucket>/path/to/my-s3-data.gz.parquet -format parquet -table my-table ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org