aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-08-27 19:44:59 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-08-29 21:19:07 -0700
commitd8a4008685996756c3fc871a5a196a60d8e8989c (patch)
treebbee9c62e7db17aa0e1133f121c987dfcf898d9c /make-distribution.sh
parent2de756ff195e580007d5d96d49fa27634e04c765 (diff)
downloadspark-d8a4008685996756c3fc871a5a196a60d8e8989c.tar.gz
spark-d8a4008685996756c3fc871a5a196a60d8e8989c.tar.bz2
spark-d8a4008685996756c3fc871a5a196a60d8e8989c.zip
Fix path to assembly in make-distribution.sh
Diffstat (limited to 'make-distribution.sh')
-rwxr-xr-xmake-distribution.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-distribution.sh b/make-distribution.sh
index 92b2706126..91f6278491 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -91,7 +91,7 @@ mkdir -p "$DISTDIR/jars"
echo "Spark $VERSION built for Hadoop $SPARK_HADOOP_VERSION" > "$DISTDIR/RELEASE"
# Copy jars
-cp $FWDIR/assembly/target/*/*assembly*.jar "$DISTDIR/jars/"
+cp $FWDIR/assembly/target/scala*/*assembly*hadoop*.jar "$DISTDIR/jars/"
# Copy other things
mkdir "$DISTDIR"/conf