Skip to content

Commit

Permalink
Fix path to assembly in make-distribution.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mateiz committed Aug 30, 2013
1 parent 2de756f commit d8a4008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8a4008

Please sign in to comment.