We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4280d04 commit d93bfe0Copy full SHA for d93bfe0
make-distribution.sh
@@ -196,7 +196,6 @@ echo "Build flags: $@" >> "$DISTDIR/RELEASE"
196
# Copy jars
197
cp "$SPARK_HOME"/assembly/target/scala*/*assembly*hadoop*.jar "$DISTDIR/lib/"
198
cp "$SPARK_HOME"/examples/target/scala*/spark-examples*.jar "$DISTDIR/lib/"
199
-cp "$SPARK_HOME"/external/kafka/scala*/*kafka*assembly*.jar "$DISTDIR/lib/"
200
# This will fail if the -Pyarn profile is not provided
201
# In this case, silence the error and ignore the return code of this command
202
cp "$SPARK_HOME"/network/yarn/target/scala*/spark-*-yarn-shuffle.jar "$DISTDIR/lib/" &> /dev/null || :
0 commit comments