aboutsummaryrefslogtreecommitdiff
path: root/bin/run-example2.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/run-example2.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/run-example2.cmd')
-rw-r--r--bin/run-example2.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-example2.cmd b/bin/run-example2.cmd
index b29bf90c64..b49d0dcb4f 100644
--- a/bin/run-example2.cmd
+++ b/bin/run-example2.cmd
@@ -52,7 +52,7 @@ if exist "%FWDIR%RELEASE" (
)
if "x%SPARK_EXAMPLES_JAR%"=="x" (
echo Failed to find Spark examples 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
)