Surya Hebbar has uploaded a new patch set (#3). ( 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 legacy profile, by maintaining previous compatibility. 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 legacy 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, 624 insertions(+), 187 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/68/23068/3 -- 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: 3 Gerrit-Owner: Surya Hebbar <sheb...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Kurt Deschler <kdesc...@cloudera.com> Gerrit-Reviewer: Riza Suminto <riza.sumi...@cloudera.com>