Skip to content

Commit

Permalink
Not mandatory to define the hadoop_home env variable at boot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-assad committed Oct 23, 2021
1 parent ce5bf3a commit f4afb46
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,7 @@ else
fi
fi

if [ "${HADOOP_HOME}"x == ""x ]; then
echo_r "ERROR: HADOOP_HOME is undefined on your system env,please check it."
else
if [ "${HADOOP_HOME}"x != ""x ]; then
echo_w "Using HADOOP_HOME: ${HADOOP_HOME}"
fi

Expand Down

0 comments on commit f4afb46

Please sign in to comment.