Skip to content

Commit d93bfe0

Browse files
author
Davies Liu
committed
Update make-distribution.sh
1 parent 4280d04 commit d93bfe0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

make-distribution.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ echo "Build flags: $@" >> "$DISTDIR/RELEASE"
196196
# Copy jars
197197
cp "$SPARK_HOME"/assembly/target/scala*/*assembly*hadoop*.jar "$DISTDIR/lib/"
198198
cp "$SPARK_HOME"/examples/target/scala*/spark-examples*.jar "$DISTDIR/lib/"
199-
cp "$SPARK_HOME"/external/kafka/scala*/*kafka*assembly*.jar "$DISTDIR/lib/"
200199
# This will fail if the -Pyarn profile is not provided
201200
# In this case, silence the error and ignore the return code of this command
202201
cp "$SPARK_HOME"/network/yarn/target/scala*/spark-*-yarn-shuffle.jar "$DISTDIR/lib/" &> /dev/null || :

0 commit comments

Comments
 (0)