aboutsummaryrefslogtreecommitdiff
path: root/bin/spark-class2.cmd
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-class2.cmd
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-class2.cmd')
-rw-r--r--bin/spark-class2.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spark-class2.cmd b/bin/spark-class2.cmd
index 6c56728191..da46543647 100644
--- a/bin/spark-class2.cmd
+++ b/bin/spark-class2.cmd
@@ -104,7 +104,7 @@ for %%d in ("%FWDIR%assembly\target\scala-%SCALA_VERSION%\spark-assembly*hadoop*
)
if "%FOUND_JAR%"=="0" (
echo Failed to find Spark assembly JAR.
- echo You need to build Spark with sbt\sbt assembly before running this program.
+ echo You need to build Spark before running this program.
goto exit
)
:skip_build_test