Sailesh Mukil has uploaded a new patch set (#3). Change subject: IMPALA-1671: Print time and link to coordinator web UI once query is submitted in shell ......................................................................
IMPALA-1671: Print time and link to coordinator web UI once query is submitted in shell To help supportability and debugging, it's helpful to have the impala shell print out the coordinator time and the link to the coordinator web UI once the query is submitted. This is done by calling the PingImpalaService() routine everytime a query is submitted, which returns the coordinator's hostname, webserver port and the coordinator epoch time at that moment which the shell then formats and prints out. Change-Id: I704eb64546e27c367830120241311fea6091266b --- M be/src/service/impala-beeswax-server.cc M common/thrift/ImpalaService.thrift M shell/impala_client.py M shell/impala_shell.py 4 files changed, 34 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/07/3507/3 -- To view, visit http://gerrit.cloudera.org:8080/3507 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I704eb64546e27c367830120241311fea6091266b Gerrit-PatchSet: 3 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]>
