Yifan Zhang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19706
Change subject: IMPALA-12048: Add non-scan progress to queries webpage ...................................................................... IMPALA-12048: Add non-scan progress to queries webpage This patch adds the non-scan progress of queries to Impala /queries webpage. The non-scan progress indicates the completion progress of a query's fragment instances that don't contain a scan node. Testing: - Add a new funtional test to test_web_pages.py. Change-Id: Ic0e8695a8a8395c1364b4b249f83c4345d2cc53e --- M be/src/runtime/coordinator-backend-state.cc M be/src/runtime/coordinator-backend-state.h M be/src/runtime/coordinator.cc M be/src/runtime/coordinator.h M be/src/service/impala-http-handler.cc M be/src/service/impala-http-handler.h M be/src/service/impala-server.cc M be/src/service/impala-server.h M common/thrift/ExecStats.thrift M tests/webserver/test_web_pages.py M www/queries.tmpl 11 files changed, 103 insertions(+), 24 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/06/19706/1 -- To view, visit http://gerrit.cloudera.org:8080/19706 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic0e8695a8a8395c1364b4b249f83c4345d2cc53e Gerrit-Change-Number: 19706 Gerrit-PatchSet: 1 Gerrit-Owner: Yifan Zhang <[email protected]>
