Surya Hebbar has uploaded a new patch set (#7). ( http://gerrit.cloudera.org:8080/23068 )
Change subject: IMPALA-13474: Support aggregated profile for webUI's query timeline ...................................................................... IMPALA-13474: Support aggregated profile for webUI's query timeline This change adds support for the query timeline to render both the aggregated query profile and the current runtime profile, by maintaining previous compatibility. As the JSON profiles generated from previous versions of impala, have not exposed the thrift field 'profile_version', we rely on the profile structure to deduce the profile's format. 'profile_version' field will be exposed, once profile v2 is enabled by default, as per IMPALA-9846. When using the aggregated query profile, the client side computations are slightly reduced for each iteration, due to the aggregation performed in the backend. The fragment's time series counters are currently excluded from the JSON profile as they are too large.(i.e. "MemoryUsage", ThreadUsage"). Hence, per fragment usage metrics are currently not supported. The imported query profile section also now supports both the current and aggregated query profiles. Change-Id: If1f59bc8ab6bee91bd5fa446a207891453600b3e --- M www/query_profile.tmpl M www/query_timeline.tmpl M www/scripts/query_timeline/fragment_diagram.js M www/scripts/query_timeline/fragment_metrics_diagram.js M www/scripts/query_timeline/host_utilization_diagram.js 5 files changed, 626 insertions(+), 187 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/68/23068/7 -- To view, visit http://gerrit.cloudera.org:8080/23068 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: If1f59bc8ab6bee91bd5fa446a207891453600b3e Gerrit-Change-Number: 23068 Gerrit-PatchSet: 7 Gerrit-Owner: Surya Hebbar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Surya Hebbar <[email protected]>
