Quanlong Huang has uploaded this change for review. ( 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 --- M be/src/catalog/catalog-server.cc M tests/webserver/test_web_pages.py 2 files changed, 41 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/83/20983/1 -- 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: newchange Gerrit-Change-Id: Ibebfc85267aabe9cef3a53f487d0ba53e050aa4c Gerrit-Change-Number: 20983 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
