aboutsummaryrefslogtreecommitdiff
path: root/bin/run-example
diff options
context:
space:
mode:
authorHolden Karau <holden@pigscanfly.ca>2014-01-05 23:29:26 -0800
committerHolden Karau <holden@pigscanfly.ca>2014-01-05 23:29:26 -0800
commit2dc83de72e7803fbf69f55fd1edf1969bc48e074 (patch)
treeccbd390a972836568eae7223ba86e1aaebcea7a6 /bin/run-example
parent7d0094bb562926af1d9b84a19d85329674aee003 (diff)
downloadspark-2dc83de72e7803fbf69f55fd1edf1969bc48e074.tar.gz
spark-2dc83de72e7803fbf69f55fd1edf1969bc48e074.tar.bz2
spark-2dc83de72e7803fbf69f55fd1edf1969bc48e074.zip
CR feedback (sbt -> sbt/sbt and correct JAR path in script) :)
Diffstat (limited to 'bin/run-example')
-rwxr-xr-xbin/run-example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-example b/bin/run-example
index dfb4bf7baf..6c5d4a6a8f 100755
--- a/bin/run-example
+++ b/bin/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 assembly before running this program" >&2
+ echo "You need to build Spark with sbt/sbt assembly before running this program" >&2
exit 1
fi