Hello Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19264
to look at the new patch set (#2).
Change subject: IMPALA-11738: Hide symbols from compression libraries for
libfesupport.so
......................................................................
IMPALA-11738: Hide symbols from compression libraries for libfesupport.so
Recently, dataload has been failing on some configurations
with an error from Hive when initializing zlib native code
in ZlibDecompressor.init(). This error goes away when
libfesupport.so is removed from JAVA_LIBRARY_PATH in
testdata/bin/run-hive-server.sh, so something about
libfesupport.so is interfering with the functioning of
zlib.
libfesupport.so includes several compression libraries
(libbz2, liblz4, libsnappy, libz, libzstd). To avoid these
types of conflicts, this hides the symbols for the
compression libraries in libfesupport.so. That prevents
libhadoop from using the symbols in libfesupport.so.
Testing:
- Ran an ASAN dataload on Centos 7 (which previously had
been consistenly failing)
- Ran precommit job
Change-Id: I55bda6899044ff2ad98134f5954df83f3e10a5cc
---
M be/src/service/CMakeLists.txt
1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/64/19264/2
--
To view, visit http://gerrit.cloudera.org:8080/19264
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I55bda6899044ff2ad98134f5954df83f3e10a5cc
Gerrit-Change-Number: 19264
Gerrit-PatchSet: 2
Gerrit-Owner: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>