Tianyi Wang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9875 )
Change subject: Revert "IMPALA-6747: Automate diagnostics collection." ...................................................................... Revert "IMPALA-6747: Automate diagnostics collection." A couple of things donot work in python2.6 -- Multiple with statements in the same context -- shutil.make_archive() I need a little more time to test the fix with python2.6. Meanwhile, reverting this to unblock others. I'll resubmit the fix when I'm confident that it works with python2.6 This reverts commit 2883c9950026db74240a69ab07e867810b8547b0. Change-Id: I221ede9d5eb4d89ea20992cc27a8284803af3223 Reviewed-on: http://gerrit.cloudera.org:8080/9872 Reviewed-by: Michael Ho <[email protected]> Tested-by: Michael Ho <[email protected]> (cherry picked from commit cf4f314922f13fbf54c6d7300ceaa2229bf5916a) Reviewed-on: http://gerrit.cloudera.org:8080/9875 Reviewed-by: Philip Zeyliger <[email protected]> Tested-by: Tianyi Wang <[email protected]> --- D bin/diagnostics/__init__.py D bin/diagnostics/collect_diagnostics.py D bin/diagnostics/collect_shared_libs.sh M bin/rat_exclude_files.txt D tests/unittests/test_command.py 5 files changed, 0 insertions(+), 620 deletions(-) Approvals: Philip Zeyliger: Looks good to me, approved Tianyi Wang: Verified -- To view, visit http://gerrit.cloudera.org:8080/9875 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: 2.x Gerrit-MessageType: merged Gerrit-Change-Id: I221ede9d5eb4d89ea20992cc27a8284803af3223 Gerrit-Change-Number: 9875 Gerrit-PatchSet: 2 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Tianyi Wang <[email protected]>
