Hello Quanlong Huang, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24353
to look at the new patch set (#4).
Change subject: IMPALA-12956: Add profile summary output
......................................................................
IMPALA-12956: Add profile summary output
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. Missing fields are emitted as N/A instead of failing the
whole export or using synthetic zeroes.
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, query id
filtering, TSV column shape, and the unlimited statement length
option.
Change-Id: I35da958106ffb35b14ef867da50ed23ffda0a45b
---
M be/src/util/impala-profile-tool.cc
M bin/rat_exclude_files.txt
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
6 files changed, 487 insertions(+), 7 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/53/24353/4
--
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: newpatchset
Gerrit-Change-Id: I35da958106ffb35b14ef867da50ed23ffda0a45b
Gerrit-Change-Number: 24353
Gerrit-PatchSet: 4
Gerrit-Owner: Aleksandr Efimov <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Quanlong Huang <[email protected]>