Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9265 )
Change subject: IMPALA-6913: Simple parser for Impala profile logs. ...................................................................... IMPALA-6913: Simple parser for Impala profile logs. It's hard to find an example of how to parse the profiles in Impala test logs, so I've added it to the bin/ directory. The parser's not full-featured, but it may be useful to others. It handles three common cases of Thrift-encoded profiles that we see. Change-Id: Ib1174c65b002f9b71eccb0b56f875449f00eae39 Reviewed-on: http://gerrit.cloudera.org:8080/9265 Reviewed-by: Tim Armstrong <[email protected]> Reviewed-by: Bharath Vissapragada <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- A bin/parse-thrift-profile.py 1 file changed, 79 insertions(+), 0 deletions(-) Approvals: Tim Armstrong: Looks good to me, but someone else must approve Bharath Vissapragada: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9265 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib1174c65b002f9b71eccb0b56f875449f00eae39 Gerrit-Change-Number: 9265 Gerrit-PatchSet: 6 Gerrit-Owner: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
