Skip to content

Commit 4812783

Browse files
ericdillakshayrai
authored andcommitted
DOC: Clarify the wording of output (#282)
1 parent d2c603b commit 4812783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ then
156156
elif [[ $HADOOP_VERSION == 2* ]];
157157
then
158158
JAVA_LIB_PATH=$HADOOP_HOME"/lib/native"
159-
echo "This is hadoop2.x grid. Add Java library path: "$JAVA_LIB_PATH
159+
echo "This is hadoop2.x grid. Adding Java library to path: "$JAVA_LIB_PATH
160160
else
161161
echo "error: Hadoop isn't properly set on this machine. Could you verify cmd 'hadoop version'? "
162162
exit 1

0 commit comments

Comments
 (0)