jojochuang commented on code in PR #5449: URL: https://github.com/apache/hadoop/pull/5449#discussion_r1127102374
########## hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/fuse-dfs/fuse_dfs_wrapper.sh: ########## @@ -31,22 +31,13 @@ if [ "$JAVA_HOME" = "" ]; then export JAVA_HOME=/usr/local/java fi -if [ "$LD_LIBRARY_PATH" = "" ]; then -export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/$OS_ARCH/server:/usr/local/lib -fi - -while IFS= read -r -d '' file -do - export CLASSPATH=$CLASSPATH:$file -done < <(find "$HADOOP_HOME/hadoop-client" -name "*.jar" -print0) - while IFS= read -r -d '' file do export CLASSPATH=$CLASSPATH:$file -done < <(find "$HADOOP_HOME/hadoop-hdfs-project" -name "*.jar" -print0) +done < <(find "$HADOOP_HOME/hadoop-tools/hadoop-distcp" -name "*.jar" -print0) Review Comment: It's been a while but I don't think fuse-dfs relies on distcp jars -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
