Riza Suminto has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/21054


Change subject: IMPALA-12838: Adds exec_options parameter to 
single_node_perf_run.py
......................................................................

IMPALA-12838: Adds exec_options parameter to single_node_perf_run.py

This patch adds exec_options parameter to single_node_perf_run.py to
allow running single node benchmark with custom query option for entire
workload. The option is passed from single_node_perf_run.py to
run-workload.py. Some cleanup also done to fix existing flake8 issues.

Testing:
Ran single_node_perf_run.py in my local machine as follow

./bin/single_node_perf_run.py --num_impalads=1 --scale=10 \
  --exec_options=num_nodes:1 --workloads=tpcds --iterations=9 \
  --table_formats=parquet/none/none,orc/def \
  --query_names=TPCDS-Q_COUNT_OPTIMIZED \
  asf-master IMPALA-11123

Change-Id: I243b6c474eed84d6d66ae35917bdc80fc8c8d7a4
---
M bin/run-workload.py
M bin/single_node_perf_run.py
2 files changed, 22 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/54/21054/1
--
To view, visit http://gerrit.cloudera.org:8080/21054
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I243b6c474eed84d6d66ae35917bdc80fc8c8d7a4
Gerrit-Change-Number: 21054
Gerrit-PatchSet: 1
Gerrit-Owner: Riza Suminto <[email protected]>

Reply via email to