snleee opened a new issue #7240: URL: https://github.com/apache/pinot/issues/7240
Currently, our binary distribution packs ~100MB raw data for pinot quick starter scripts. Removing this can greatly reduce the size of our official binary distribution, which is currently over 500MB. ``` 7.5M ./examples/minions/batch/baseballStats/rawdata/baseballStats_data.csv 21M ./examples/batch/githubEvents/rawdata_json_index/githubEvents_data.json 20M ./examples/batch/githubEvents/rawdata_complexTypeHandling/githubEvents_data.json 7.5M ./examples/batch/baseballStats/rawdata/baseballStats_data.csv 31M ./examples/stream/airlineStats/sample_data/airlineStats_data.json 3.0M ./examples/stream/airlineStats/sample_data/airlineStats_data.avro ``` For the above files, we should change the script to download instead of packing along with the release. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
