aboutsummaryrefslogtreecommitdiff
path: root/bin/spark-class
diff options
context:
space:
mode:
authorMasayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp>2014-10-03 13:09:48 -0700
committerAndrew Or <andrewor14@gmail.com>2014-10-03 13:09:48 -0700
commit358d7ffd01b4a3fbae313890522cf662c71af6e5 (patch)
tree29e10b0a828596824a196222f8569f02de693d32 /bin/spark-class
parenta8c52d5343e19731909e73db5de151a324d31cd5 (diff)
downloadspark-358d7ffd01b4a3fbae313890522cf662c71af6e5.tar.gz
spark-358d7ffd01b4a3fbae313890522cf662c71af6e5.tar.bz2
spark-358d7ffd01b4a3fbae313890522cf662c71af6e5.zip
[SPARK-3775] Not suitable error message in spark-shell.cmd
Modified some sentence of error message in bin\*.cmd. Author: Masayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp> Closes #2640 from tsudukim/feature/SPARK-3775 and squashes the following commits: 3458afb [Masayoshi TSUZUKI] [SPARK-3775] Not suitable error message in spark-shell.cmd
Diffstat (limited to 'bin/spark-class')
-rwxr-xr-xbin/spark-class2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spark-class b/bin/spark-class
index 613dc9c456..e8201c18d5 100755
--- a/bin/spark-class
+++ b/bin/spark-class
@@ -146,7 +146,7 @@ fi
if [[ "$1" =~ org.apache.spark.tools.* ]]; then
if test -z "$SPARK_TOOLS_JAR"; then
echo "Failed to find Spark Tools Jar in $FWDIR/tools/target/scala-$SCALA_VERSION/" 1>&2
- echo "You need to build spark before running $1." 1>&2
+ echo "You need to build Spark before running $1." 1>&2
exit 1
fi
CLASSPATH="$CLASSPATH:$SPARK_TOOLS_JAR"