Skip to content

Commit

Permalink
DOC: Clarify the wording of output (linkedin#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdill authored and akshayrai committed Sep 7, 2017
1 parent d2c603b commit 4812783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ then
elif [[ $HADOOP_VERSION == 2* ]];
then
JAVA_LIB_PATH=$HADOOP_HOME"/lib/native"
echo "This is hadoop2.x grid. Add Java library path: "$JAVA_LIB_PATH
echo "This is hadoop2.x grid. Adding Java library to path: "$JAVA_LIB_PATH
else
echo "error: Hadoop isn't properly set on this machine. Could you verify cmd 'hadoop version'? "
exit 1
Expand Down

0 comments on commit 4812783

Please sign in to comment.