Zoltan Borok-Nagy has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17855 )
Change subject: IMPALA-10921 Add script to compare TPCDS runs. ...................................................................... IMPALA-10921 Add script to compare TPCDS runs. This script compares 2 runs of TPCDS by parsing their respective Impala plain text query profiles. It currently outputs the peak memory comparision of both runs where: 1. It compares average per-node peak memory and geo-mean per-node peak memory. 2. It compares max peak memory reduction among Hash operators. It can be extended to other comparisions in future. Example usage: tpcds_run_comparator.py <path to base run profile> <path to new run profile> [path to result csv file] Change-Id: Ib2e9ae1a2919156b0022072f47ff71d7775b20e6 Reviewed-on: http://gerrit.cloudera.org:8080/17855 Reviewed-by: Riza Suminto <[email protected]> Reviewed-by: Zoltan Borok-Nagy <[email protected]> Tested-by: Zoltan Borok-Nagy <[email protected]> --- A bin/diagnostics/experimental/tpcds_run_comparator.py 1 file changed, 297 insertions(+), 0 deletions(-) Approvals: Riza Suminto: Looks good to me, but someone else must approve Zoltan Borok-Nagy: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/17855 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib2e9ae1a2919156b0022072f47ff71d7775b20e6 Gerrit-Change-Number: 17855 Gerrit-PatchSet: 6 Gerrit-Owner: Amogh Margoor <[email protected]> Gerrit-Reviewer: Amogh Margoor <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
