Repository: spark
Updated Branches:
  refs/heads/branch-1.0 6c6409e8b -> edea1efe0


SPARK-2884: Create binary builds in parallel with release script.

Conflicts:

        dev/create-release/create-release.sh


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

Branch: refs/heads/branch-1.0
Commit: edea1efe06371f40cdfd12a1660a1e8c8a048997
Parents: 6c6409e
Author: Patrick Wendell <[email protected]>
Authored: Sun Aug 17 22:29:58 2014 -0700
Committer: Patrick Wendell <[email protected]>
Committed: Sun Aug 17 22:32:12 2014 -0700

----------------------------------------------------------------------
 dev/create-release/create-release.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/edea1efe/dev/create-release/create-release.sh
----------------------------------------------------------------------
diff --git a/dev/create-release/create-release.sh 
b/dev/create-release/create-release.sh
index c96afe8..6e73b86 100755
--- a/dev/create-release/create-release.sh
+++ b/dev/create-release/create-release.sh
@@ -111,9 +111,10 @@ make_binary_release() {
     spark-$RELEASE_VERSION-bin-$NAME.tgz.sha
 }
 
-make_binary_release "hadoop1" "--with-hive --hadoop 1.0.4"
-make_binary_release "cdh4" "--with-hive --hadoop 2.0.0-mr1-cdh4.2.0"
-make_binary_release "hadoop2" "--with-hive --with-yarn --hadoop 2.2.0"
+make_binary_release "hadoop1" "--with-hive --hadoop 1.0.4" &
+make_binary_release "cdh4" "--with-hive --hadoop 2.0.0-mr1-cdh4.2.0" &
+make_binary_release "hadoop2" "--with-hive --with-yarn --hadoop 2.2.0" &
+wait
 
 # Copy data
 echo "Copying release tarballs"


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

Reply via email to