aboutsummaryrefslogtreecommitdiff
path: root/spark-class
diff options
context:
space:
mode:
authorMatei Zaharia <matei.zaharia@gmail.com>2013-08-31 17:49:45 -0700
committerMatei Zaharia <matei.zaharia@gmail.com>2013-08-31 17:49:45 -0700
commit2b29a1d43f5982333d57498427c83155f531fa93 (patch)
tree71b11b1b809d70ff236e0f49de652b637b4c2d33 /spark-class
parent6edef9c833b90f9ac3ad2f677f201ab3ca39a016 (diff)
parent7862c4a3c8b900db81f5c2af157bd4564d814bd9 (diff)
downloadspark-2b29a1d43f5982333d57498427c83155f531fa93.tar.gz
spark-2b29a1d43f5982333d57498427c83155f531fa93.tar.bz2
spark-2b29a1d43f5982333d57498427c83155f531fa93.zip
Merge pull request #877 from mateiz/docs
Doc improvements for 0.8
Diffstat (limited to 'spark-class')
-rwxr-xr-xspark-class4
1 files changed, 2 insertions, 2 deletions
diff --git a/spark-class b/spark-class
index 5ef3de9773..244b78b4e1 100755
--- a/spark-class
+++ b/spark-class
@@ -102,10 +102,10 @@ export JAVA_OPTS
if [ ! -f "$FWDIR/RELEASE" ]; then
# Exit if the user hasn't compiled Spark
- ls "$FWDIR"/assembly/target/scala-$SCALA_VERSION/spark-assembly*.jar >& /dev/null
+ ls "$FWDIR"/assembly/target/scala-$SCALA_VERSION/spark-assembly*hadoop*.jar >& /dev/null
if [[ $? != 0 ]]; then
echo "Failed to find Spark assembly in $FWDIR/assembly/target" >&2
- echo "You need to compile Spark before running this program" >&2
+ echo "You need to build Spark with sbt/sbt assembly before running this program" >&2
exit 1
fi
fi