Skip to content

Commit

Permalink
Update make-distribution.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Feb 3, 2015
1 parent 4280d04 commit d93bfe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion make-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ echo "Build flags: $@" >> "$DISTDIR/RELEASE"
# Copy jars
cp "$SPARK_HOME"/assembly/target/scala*/*assembly*hadoop*.jar "$DISTDIR/lib/"
cp "$SPARK_HOME"/examples/target/scala*/spark-examples*.jar "$DISTDIR/lib/"
cp "$SPARK_HOME"/external/kafka/scala*/*kafka*assembly*.jar "$DISTDIR/lib/"
# This will fail if the -Pyarn profile is not provided
# In this case, silence the error and ignore the return code of this command
cp "$SPARK_HOME"/network/yarn/target/scala*/spark-*-yarn-shuffle.jar "$DISTDIR/lib/" &> /dev/null || :
Expand Down

0 comments on commit d93bfe0

Please sign in to comment.