Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19225 )
Change subject: IMPALA-11714: Fix resolve_minidumps.py on Ubuntu 16 ...................................................................... IMPALA-11714: Fix resolve_minidumps.py on Ubuntu 16 resolve_minidumps.py uses /bin/env. Some distributions support that, but that path does not exist on Ubuntu 16. This switches to use /usr/bin/env, which is available everywhere. Change-Id: Iecde8713bc141f2a15babf3886848eacad8910aa Reviewed-on: http://gerrit.cloudera.org:8080/19225 Reviewed-by: Michael Smith <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/resolve_minidumps.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Michael Smith: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/19225 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iecde8713bc141f2a15babf3886848eacad8910aa Gerrit-Change-Number: 19225 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
