Surya Hebbar has uploaded this change for review. (
http://gerrit.cloudera.org:8080/21400
Change subject: IMPALA-13038: Support profile tab for imported query profiles
......................................................................
IMPALA-13038: Support profile tab for imported query profiles
For query profile imports currently the following tabs are supported.
- Query Statement
- Query Timeline
- Query Text Plan
With the current patch "Query Profile" tab will also be supported.
In the imported "Query Profile" page, query profile download section and
server's non-existing query id alerts are removed on loading the page.
All unsupported navbar tabs are removed and current tab is set to active.
Query profile is retrieved from the indexedDB's "imported_queries"
database. Profile is passed onto "profileToString" method, which converts
the profile into indented text for displaying on the profile page.
Each profile and its child profiles are printed in the following order
with the right indentation(fields are skipped, if they do not exist).
Profile name:
- Info strings:
- Event sequences:
- Offset:
- Events:
- Child profile(recursive):
- Counters:
Change-Id: Iddcf2e285abbf42f97bde19014be076ccd6374bc
---
M www/query_plan_text.tmpl
M www/query_profile.tmpl
M www/query_stmt.tmpl
M www/query_timeline.tmpl
4 files changed, 76 insertions(+), 5 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/00/21400/1
--
To view, visit http://gerrit.cloudera.org:8080/21400
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iddcf2e285abbf42f97bde19014be076ccd6374bc
Gerrit-Change-Number: 21400
Gerrit-PatchSet: 1
Gerrit-Owner: Surya Hebbar <[email protected]>