Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20983 )
Change subject: IMPALA-12778: Fix time strings in catalog operations page ...................................................................... IMPALA-12778: Fix time strings in catalog operations page In the /queries page of impalad, we are showing time strings using the server timezone. However, in the /operations page of catalogd, UTC timezone is used, which is confusing. This fixes the /operations page to use the server timezone as well. Tests - Add e2e test Change-Id: Ibebfc85267aabe9cef3a53f487d0ba53e050aa4c Reviewed-on: http://gerrit.cloudera.org:8080/20983 Reviewed-by: Zihao Ye <[email protected]> Reviewed-by: Wenzhe Zhou <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/catalog/catalog-server.cc M tests/webserver/test_web_pages.py 2 files changed, 41 insertions(+), 2 deletions(-) Approvals: Zihao Ye: Looks good to me, but someone else must approve Wenzhe Zhou: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/20983 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ibebfc85267aabe9cef3a53f487d0ba53e050aa4c Gerrit-Change-Number: 20983 Gerrit-PatchSet: 2 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Zihao Ye <[email protected]>
