Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11816 )
Change subject: IMPALA-7735: Expose queuing status in ExecSummary and impala-shell ...................................................................... IMPALA-7735: Expose queuing status in ExecSummary and impala-shell This patch adds the queuing status, that is, whether the query was queued and what was the latest queuing reason, to the ExecSummary. Also added changes to allow impala-shell to expose this status by pulling it out from the ExecSummary when either live_summary or live_progress is set to true. Testing: Added custom cluster tests. Change-Id: Ibde447b01559b9f0f3e970d4fa10f6ee4064bd49 Reviewed-on: http://gerrit.cloudera.org:8080/11816 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/service/impala-server.cc M common/thrift/ExecStats.thrift M shell/impala_shell.py M tests/custom_cluster/test_admission_controller.py A tests/custom_cluster/test_shell_interactive.py 5 files changed, 102 insertions(+), 24 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/11816 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ibde447b01559b9f0f3e970d4fa10f6ee4064bd49 Gerrit-Change-Number: 11816 Gerrit-PatchSet: 4 Gerrit-Owner: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Pooja Nilangekar <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
