godfreyhe commented on a change in pull request #13283: URL: https://github.com/apache/flink/pull/13283#discussion_r484895757
########## File path: flink-end-to-end-tests/flink-tpcds-test/tpcds-tool/README.md ########## @@ -1,19 +1,21 @@ # TPC-DS tool -This directory contains the necessary scripts/files to run a TPC-DS test. +This directory contains the necessary scripts/files to run a [TPC-DS]( http://www.tpc.org/tpcds ) benchmark. ## data_generator.sh scripts -Scripts that to download the TPC-DS data generator and generate test data, the supported OS including GNU/Linux OS and Mac OS. - -* parameter 1: generator_dir, the directory to save TPC-DS data generator. -* parameter 2: scale_factor, the TPC-DS test scale factor, we use the validation scale factor 1 (1G) by default. -* parameter 3: data_dir, the directory to save TPC-DS test data. -* parameter 4: retry_scripts_dir, the directory which contains some common scripts for end-to end tests, the retry scripts will be used when download the TPC-DS data generator. +Scripts to download the TPC-DS data generator and generate test data, the supported OS including GNU/Linux OS and Mac OS. +``` + data_generator.sh <generatorDir> <scaleFactor> <outputDataDir> <commonScriptsDir> Review comment: give some examples? ---------------------------------------------------------------- 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