Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Nov 15, 2024
1 parent 6c6dc76 commit 2dcbec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/zeppelin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if [[ "${USE_HADOOP}" != "false" ]]; then
ZEPPELIN_CLASSPATH+=":${HADOOP_CONF_DIR}"
if [ -n "${HADOOP_HOME}" ]; then
ZEPPELIN_CLASSPATH+=":`${HADOOP_HOME}/bin/hadoop classpath`"
efif ! [ -x "$(command -v hadoop)" ]; then
elif ! [ -x "$(command -v hadoop)" ]; then
echo 'hadoop command is not in PATH when HADOOP_CONF_DIR is specified.'
else
ZEPPELIN_CLASSPATH+=":`hadoop classpath`"
Expand Down

0 comments on commit 2dcbec2

Please sign in to comment.