Jason Fehr has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23024
Change subject: IMPALA-13235: Update Opentelemetry C++ SDK Build Options ...................................................................... IMPALA-13235: Update Opentelemetry C++ SDK Build Options The BUILD_SHARED_LIBS option was set to OFF as using the shared library was forcing that library to be added to LD_LIBRARY_PATH. The WITH_THREAD_INSTRUMENTATION_PREVIEW option was set to ON as this experimental option provides hooks for logging detailed information about the internal threads of the OTLP HTTP exporter. Using this feature requires adding specific code to activate it. Change-Id: I46c53184204a0feb87b391ff7fe949bdb2812c58 --- M source/opentelemetry-cpp/build.sh 1 file changed, 4 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/24/23024/1 -- To view, visit http://gerrit.cloudera.org:8080/23024 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I46c53184204a0feb87b391ff7fe949bdb2812c58 Gerrit-Change-Number: 23024 Gerrit-PatchSet: 1 Gerrit-Owner: Jason Fehr <jf...@cloudera.com>