Aleksandr Efimov has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24353
Change subject: IMPALA-12956: Add summary output to impala-profile-tool ...................................................................... IMPALA-12956: Add summary output to impala-profile-tool Add a summary profile format that emits one TSV row per archived profile with query-level fields useful for batches of profile logs. The summary output extracts metadata, timing, memory, progress, IO, spill, and statement fields from archived profile trees. It handles both the default V1 profile layout and the experimental V2 aggregated profile layout when computing scan progress and spilled bytes. Add regression coverage for V1 and V2 summary output, plus the unlimited statement length option. Change-Id: I35da958106ffb35b14ef867da50ed23ffda0a45b --- M be/src/util/impala-profile-tool.cc M testdata/impala-profiles/README A testdata/impala-profiles/impala_profile_log_tpcds_compute_stats.expected.summary A testdata/impala-profiles/impala_profile_log_tpcds_compute_stats_v2.expected.summary M tests/observability/test_profile_tool.py 5 files changed, 451 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/53/24353/1 -- To view, visit http://gerrit.cloudera.org:8080/24353 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I35da958106ffb35b14ef867da50ed23ffda0a45b Gerrit-Change-Number: 24353 Gerrit-PatchSet: 1 Gerrit-Owner: Aleksandr Efimov <[email protected]>
