Skip to content
Snippets Groups Projects
Commit d8a40086 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Fix path to assembly in make-distribution.sh

parent 2de756ff
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment