Skip to content

Commit

Permalink
Export LIBRARY_PATH as a test.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Zinsky <[email protected]>
  • Loading branch information
tzinsky committed Feb 3, 2025
1 parent 1914f5f commit e3d26b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/cron/test-networking-packages.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ source $UTIL_CRON_DIR/common-quickstart.bash
export HADOOP_HOME=/hpcdc/project/chapel/hadoop/$(hostname -s)
export CLASSPATH=$(${HADOOP_HOME}/bin/hadoop classpath --glob)
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HADOOP_HOME/lib/native:$JAVA_HOME/lib:$JAVA_HOME/lib/amd64/server
export LIBRARY_PATH=$LD_LIBRARY_PATH

# remove storage directory root
rm -rf /tmp/hadoop-$USER/
Expand Down

0 comments on commit e3d26b1

Please sign in to comment.