File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -433,6 +433,9 @@ Release 0.22.0 - Unreleased
433433 HADOOP-7100. Fix build to not refer to contrib/ec2 removed by HADOOP-6811
434434 (todd)
435435
436+ HADOOP-7097. JAVA_LIBRARY_PATH missing base directory. (Noah Watkins via
437+ todd)
438+
436439Release 0.21.1 - Unreleased
437440
438441 IMPROVEMENTS
Original file line number Diff line number Diff line change @@ -192,9 +192,9 @@ if [ -d "${HADOOP_COMMON_HOME}/build/native" -o -d "${HADOOP_COMMON_HOME}/lib/na
192192
193193 if [ -d " $HADOOP_COMMON_HOME /build/native" ]; then
194194 if [ " x$JAVA_LIBRARY_PATH " != " x" ]; then
195- JAVA_LIBRARY_PATH=${JAVA_LIBRARY_PATH} :${HADOOP_CORE_HOME } /build/native/${JAVA_PLATFORM} /lib
195+ JAVA_LIBRARY_PATH=${JAVA_LIBRARY_PATH} :${HADOOP_COMMON_HOME } /build/native/${JAVA_PLATFORM} /lib
196196 else
197- JAVA_LIBRARY_PATH=${HADOOP_CORE_HOME } /build/native/${JAVA_PLATFORM} /lib
197+ JAVA_LIBRARY_PATH=${HADOOP_COMMON_HOME } /build/native/${JAVA_PLATFORM} /lib
198198 fi
199199 fi
200200
You can’t perform that action at this time.
0 commit comments