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:10:13 -0700
commitf1302566985fbd2e300f0a062aa9f420913e9652 (patch)
tree35973d00309b2ddc38f173943402287d7a8a6e13 /bin/run-example2.cmd
parent6f150978477830bbc14ba983786dd2bce12d1fe2 (diff)
downloadspark-f1302566985fbd2e300f0a062aa9f420913e9652.tar.gz
spark-f1302566985fbd2e300f0a062aa9f420913e9652.tar.bz2
spark-f1302566985fbd2e300f0a062aa9f420913e9652.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 (cherry picked from commit 358d7ffd01b4a3fbae313890522cf662c71af6e5) Signed-off-by: Andrew Or <andrewor14@gmail.com>
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
)