Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 4, 2023
1 parent bb39cd9 commit a1d2199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config_hdfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export LD_LIBRARY_PATH=${JAVA_JVM_LIBRARY_DIR}:$LD_LIBRARY_PATH
if [ ! -d "$HADOOP_HOME" ]; then
PEGASUS_HADOOP_HOME=${ROOT}/hadoop-bin
if [ ! -d "$PEGASUS_HADOOP_HOME" ]; then
"${SCRIPT_DIR}"/download_hadoop.sh hadoop-bin
"${SCRIPT_DIR}"/download_hadoop.sh "${PEGASUS_HADOOP_HOME}"
fi

# Set the HADOOP_HOME to the pegasus's hadoop directory.
Expand Down

0 comments on commit a1d2199

Please sign in to comment.