Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20629 )
Change subject: IMPALA-12355: Make utility_entrypoint arch-agnostic ...................................................................... IMPALA-12355: Make utility_entrypoint arch-agnostic Updates utility_entrypoint.sh for the impala_profile_tool image to detect the correct JVM native library paths based on a glob, as they're architecture-specific. Follows the pattern established in daemon_entrypoint.sh, except impala_profile_tool only uses Java 8 on Ubuntu. Excepted output $ docker run --entrypoint bash -i impala_profile_tool_debug /opt/impala/bin/utility_entrypoint.sh LD_LIBRARY_PATH: /opt/impala/lib:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server Change-Id: I8e6b781bef52e60072ff02f4098d5ad9405aa2be Reviewed-on: http://gerrit.cloudera.org:8080/20629 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Michael Smith <[email protected]> --- M docker/utility_entrypoint.sh 1 file changed, 12 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Verified Michael Smith: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/20629 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8e6b781bef52e60072ff02f4098d5ad9405aa2be Gerrit-Change-Number: 20629 Gerrit-PatchSet: 5 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
