Internal Jenkins has submitted this change and it was merged. Change subject: Update python impala cluster script for docker compatibility ......................................................................
Update python impala cluster script for docker compatibility The python scripts looked at all processes even those not owned by the current user which includes docker processes. The fix is to only consider processes owned by the current user. Some unused imports were also removed. Change-Id: I8ae7c4a5f3c6ce7d2838f9f722d5341c585cf562 Reviewed-on: http://gerrit.cloudera.org:8080/1629 Reviewed-by: Casey Ching <[email protected]> Tested-by: Internal Jenkins --- M tests/common/impala_cluster.py 1 file changed, 10 insertions(+), 9 deletions(-) Approvals: Casey Ching: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/1629 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8ae7c4a5f3c6ce7d2838f9f722d5341c585cf562 Gerrit-PatchSet: 3 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Casey Ching <[email protected]> Gerrit-Reviewer: Casey Ching <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Michael Brown <[email protected]>
