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 6c6409e commit edea1efCopy full SHA for edea1ef
dev/create-release/create-release.sh
@@ -111,9 +111,10 @@ make_binary_release() {
111
spark-$RELEASE_VERSION-bin-$NAME.tgz.sha
112
}
113
114
-make_binary_release "hadoop1" "--with-hive --hadoop 1.0.4"
115
-make_binary_release "cdh4" "--with-hive --hadoop 2.0.0-mr1-cdh4.2.0"
116
-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" &
117
+wait
118
119
# Copy data
120
echo "Copying release tarballs"
0 commit comments