aboutsummaryrefslogtreecommitdiff
path: root/run-example
diff options
context:
space:
mode:
authorPrashant Sharma <scrapcodes@gmail.com>2014-01-02 14:09:37 +0530
committerPrashant Sharma <scrapcodes@gmail.com>2014-01-02 14:09:37 +0530
commit6be4c1119493dea2af9734ad8b59fcded31f2676 (patch)
tree5005141392dfacd0f4afb8cb9f463668a3900287 /run-example
parent8821c3a5262d6893d2a1fd6ed86afd1213114b4d (diff)
downloadspark-6be4c1119493dea2af9734ad8b59fcded31f2676.tar.gz
spark-6be4c1119493dea2af9734ad8b59fcded31f2676.tar.bz2
spark-6be4c1119493dea2af9734ad8b59fcded31f2676.zip
Removed sbt folder and changed docs accordingly
Diffstat (limited to 'run-example')
-rwxr-xr-xrun-example2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-example b/run-example
index a78192d31d..fbd81fe6f3 100755
--- a/run-example
+++ b/run-example
@@ -55,7 +55,7 @@ if [ -e "$EXAMPLES_DIR"/target/spark-examples*[0-9Tg].jar ]; then
fi
if [[ -z $SPARK_EXAMPLES_JAR ]]; then
echo "Failed to find Spark examples assembly in $FWDIR/examples/target" >&2
- echo "You need to build Spark with sbt/sbt assembly before running this program" >&2
+ echo "You need to build Spark with sbt assembly before running this program" >&2
exit 1
fi