Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15335 )
Change subject: IMPALA-9439: Make --scale a mandatory option in single_node_perf_run.py ...................................................................... IMPALA-9439: Make --scale a mandatory option in single_node_perf_run.py This makes the --scale option mandatory when running ./bin/single_node_perf_run.py. If the option is not set, the script attempts to run the workloads against the database '[workload-name]None_[file-format]', which is typically not what the user wants. Makes some minor documentation improvements to the script. Testing: * Confirmed that running without the --scale option set causes the script to error out with a help message Change-Id: I9ad13580f8f74388981a37d6960087d95cde574b Reviewed-on: http://gerrit.cloudera.org:8080/15335 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/single_node_perf_run.py 1 file changed, 13 insertions(+), 2 deletions(-) Approvals: Tim Armstrong: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/15335 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9ad13580f8f74388981a37d6960087d95cde574b Gerrit-Change-Number: 15335 Gerrit-PatchSet: 2 Gerrit-Owner: Sahil Takiar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
