From 48127838a5650198a4a2c0f548c871281b0c6c23 Mon Sep 17 00:00:00 2001 From: Eric Dill Date: Thu, 7 Sep 2017 12:58:54 -0400 Subject: [PATCH] DOC: Clarify the wording of output (#282) --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index 0a9e8b089..5a1eee8d7 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -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