Skip to content

Commit c78be61

Browse files
author
Andrew Or
committed
Hot fix make distribution
1 parent d15c6e9 commit c78be61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

make-distribution.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ echo "Spark $VERSION$GITREVSTRING built for Hadoop $SPARK_HADOOP_VERSION" > "$DI
181181
# Copy jars
182182
cp "$FWDIR"/assembly/target/scala*/*assembly*hadoop*.jar "$DISTDIR/lib/"
183183
cp "$FWDIR"/examples/target/scala*/spark-examples*.jar "$DISTDIR/lib/"
184-
cp "$FWDIR"/network/yarn/target/scala*/spark-network-yarn*.jar "$DISTDIR/lib/"
185-
cp "$FWDIR"/network/yarn/target/scala*/spark-network-shuffle*.jar "$DISTDIR/lib/"
186-
cp "$FWDIR"/network/yarn/target/scala*/spark-network-common*.jar "$DISTDIR/lib/"
187184

188185
# Copy example sources (needed for python and SQL)
189186
mkdir -p "$DISTDIR/examples/src/main"

0 commit comments

Comments
 (0)