You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2019/09/20 16:23:29 UTC

[Impala-ASF-CR] IMPALA-3926: part 1: bump toolchain for rpath fixes

Tim Armstrong has uploaded a new patch set (#2). ( 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
---
M bin/impala-config.sh
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/74/14274/2
-- 
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: newpatchset
Gerrit-Change-Id: I2abe513ebf4f459aa3e0c65c77ce7be8b8ca1221
Gerrit-Change-Number: 14274
Gerrit-PatchSet: 2
Gerrit-Owner: Tim Armstrong <ta...@cloudera.com>