File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -228,14 +228,14 @@ if [[ ! "$@" =~ --skip-package ]]; then
228228
229229 # We increment the Zinc port each time to avoid OOM's and other craziness if multiple builds
230230 # share the same Zinc server.
231- make_binary_release " hadoop1" " -Psparkr -Psparkr-docs - Phadoop-1 -Phive -Phive-thriftserver" " 3030" &
232- make_binary_release " hadoop1-scala2.11" " -Psparkr -Psparkr-docs - Phadoop-1 -Phive -Dscala-2.11" " 3031" &
233- make_binary_release " cdh4" " -Psparkr -Psparkr-docs - Phadoop-1 -Phive -Phive-thriftserver -Dhadoop.version=2.0.0-mr1-cdh4.2.0" " 3032" &
234- make_binary_release " hadoop2.3" " -Psparkr -Psparkr-docs - Phadoop-2.3 -Phive -Phive-thriftserver -Pyarn" " 3033" &
235- make_binary_release " hadoop2.4" " -Psparkr -Psparkr-docs - Phadoop-2.4 -Phive -Phive-thriftserver -Pyarn" " 3034" &
236- make_binary_release " mapr3" " -Pmapr3 -Psparkr -Psparkr-docs - Phive -Phive-thriftserver" " 3035" &
237- make_binary_release " mapr4" " -Pmapr4 -Psparkr -Psparkr-docs - Pyarn -Phive -Phive-thriftserver" " 3036" &
238- make_binary_release " hadoop2.4-without-hive" " -Psparkr -Psparkr-docs - Phadoop-2.4 -Pyarn" " 3037" &
231+ make_binary_release " hadoop1" " -Psparkr -Phadoop-1 -Phive -Phive-thriftserver" " 3030" &
232+ make_binary_release " hadoop1-scala2.11" " -Psparkr -Phadoop-1 -Phive -Dscala-2.11" " 3031" &
233+ make_binary_release " cdh4" " -Psparkr -Phadoop-1 -Phive -Phive-thriftserver -Dhadoop.version=2.0.0-mr1-cdh4.2.0" " 3032" &
234+ make_binary_release " hadoop2.3" " -Psparkr -Phadoop-2.3 -Phive -Phive-thriftserver -Pyarn" " 3033" &
235+ make_binary_release " hadoop2.4" " -Psparkr -Phadoop-2.4 -Phive -Phive-thriftserver -Pyarn" " 3034" &
236+ make_binary_release " mapr3" " -Pmapr3 -Psparkr -Phive -Phive-thriftserver" " 3035" &
237+ make_binary_release " mapr4" " -Pmapr4 -Psparkr -Pyarn -Phive -Phive-thriftserver" " 3036" &
238+ make_binary_release " hadoop2.4-without-hive" " -Psparkr -Phadoop-2.4 -Pyarn" " 3037" &
239239 wait
240240 rm -rf spark-$RELEASE_VERSION -bin-* /
241241
You can’t perform that action at this time.
0 commit comments