Tim Armstrong has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/14274 )

Change subject: IMPALA-3926: part 1: bump toolchain for rpath fixes
......................................................................

IMPALA-3926: part 1: bump toolchain for rpath fixes

This bumps the toolchain to a version that sets up relative
rpaths correctly, removing the need to set LD_LIBRARY_PATH
when calling binaries or using shared objects from the toolchain.

rpaths embedded in the binaries and shared objects take precedence
over LD_LIBRARY_PATH, so the new binaries will link against the
shared libraries from the toolchain, as expected.

This does not attempt to clean up LD_LIBRARY_PATH yet -
that would not work for developers who have older versions
of the binaries on their system. We will do that later,
but give devs a window to switch over to the new toolchain.

Change-Id: I2abe513ebf4f459aa3e0c65c77ce7be8b8ca1221
Reviewed-on: http://gerrit.cloudera.org:8080/14274
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Reviewed-by: Joe McDonnell <joemcdonn...@cloudera.com>
---
M bin/impala-config.sh
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Impala Public Jenkins: Verified
  Joe McDonnell: Looks good to me, approved

--
To view, visit http://gerrit.cloudera.org:8080/14274
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2abe513ebf4f459aa3e0c65c77ce7be8b8ca1221
Gerrit-Change-Number: 14274
Gerrit-PatchSet: 3
Gerrit-Owner: Tim Armstrong <tarmstr...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Joe McDonnell <joemcdonn...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <tarmstr...@cloudera.com>

Reply via email to