Repository: spark
Updated Branches:
  refs/heads/branch-1.2 9061bc4e1 -> 9ea0fac0e


[HOT FIX] Make distribution fails

This was added by me in 
https://github.com/apache/spark/commit/61a5cced049a8056292ba94f23fa7bd040f50685.
 The real fix will be added in 
[SPARK-4281](https://issues.apache.org/jira/browse/SPARK-4281).

Author: Andrew Or <[email protected]>

Closes #3145 from andrewor14/fix-make-distribution and squashes the following 
commits:

c78be61 [Andrew Or] Hot fix make distribution

(cherry picked from commit 470881b24a503c9edcaed159c29bafa446ab0e9a)
Signed-off-by: Andrew Or <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9ea0fac0
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9ea0fac0
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9ea0fac0

Branch: refs/heads/branch-1.2
Commit: 9ea0fac0eafd7264a30f36c0d20863700245991f
Parents: 9061bc4
Author: Andrew Or <[email protected]>
Authored: Thu Nov 6 15:31:07 2014 -0800
Committer: Andrew Or <[email protected]>
Committed: Thu Nov 6 15:31:29 2014 -0800

----------------------------------------------------------------------
 make-distribution.sh | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/9ea0fac0/make-distribution.sh
----------------------------------------------------------------------
diff --git a/make-distribution.sh b/make-distribution.sh
index fac7f7e..0bc839e 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -181,9 +181,6 @@ echo "Spark $VERSION$GITREVSTRING built for Hadoop 
$SPARK_HADOOP_VERSION" > "$DI
 # Copy jars
 cp "$FWDIR"/assembly/target/scala*/*assembly*hadoop*.jar "$DISTDIR/lib/"
 cp "$FWDIR"/examples/target/scala*/spark-examples*.jar "$DISTDIR/lib/"
-cp "$FWDIR"/network/yarn/target/scala*/spark-network-yarn*.jar "$DISTDIR/lib/"
-cp "$FWDIR"/network/yarn/target/scala*/spark-network-shuffle*.jar 
"$DISTDIR/lib/"
-cp "$FWDIR"/network/yarn/target/scala*/spark-network-common*.jar 
"$DISTDIR/lib/"
 
 # Copy example sources (needed for python and SQL)
 mkdir -p "$DISTDIR/examples/src/main"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to