Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19276
Change subject: IMPALA-11738: Add toolchain libstdc++ to LD_LIBRARY_PATH for HiveServer2 ...................................................................... IMPALA-11738: Add toolchain libstdc++ to LD_LIBRARY_PATH for HiveServer2 libfesupport.so is built against the toolchain libstdc++, which may be newer than the OS libstdc++. Since HiveServer2 has libfesupport.so on its java.library.path, we should also put the toolchain libstdc++ in LD_LIBRARY_PATH so that libfesupport.so can resolve all its symbols properly. This fixes an issue with a Hive crash in Ubuntu 18 dataload. Testing: - Ran dataload on Ubuntu 18 Change-Id: Ib35e778850618b35073d102b89a4de02071b4a19 --- M testdata/bin/run-hive-server.sh 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/76/19276/1 -- To view, visit http://gerrit.cloudera.org:8080/19276 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib35e778850618b35073d102b89a4de02071b4a19 Gerrit-Change-Number: 19276 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
