File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11general :
22 artifacts :
33 - target
4+ - binary-release-hadoop2.7.log
5+ - binary-release-without-hadoop.log
46
57machine :
68 pre :
@@ -29,11 +31,16 @@ dependencies:
2931
3032test :
3133 override :
32- - /bin/true
34+ - ./build/sbt -Phadoop-2.7 -Pmesos -Pkinesis-asl -Pyarn -Phive-thriftserver -Phive package
3335 # - ./dev/run-tests -p 1
3436
3537deployment :
3638 release :
3739 tag : /[0-9]+(?:\.[0-9]+)+-palantir[0-9]+/
3840 commands :
39- - ./dev/publish.sh
41+ - ./build/sbt -Phadoop-2.7 -Pmesos -Pkinesis-asl -Pyarn -Phive-thriftserver -Phive publish
42+ - ./dev/make-distribution.sh --name hadoop2.7 --tgz "-Phadoop2.7 -Psparkr -Phive -Phive-thriftserver -Pyarn -Pmesos" \
43+ 2>&1 > binary-release-hadoop2.7.log
44+ - ./build/sbt -Phadoop-2.7 -Pmesos -Pkinesis-asl -Pyarn -Phive-thriftserver -Phive clean
45+ - ./dev/make-distribution.sh --name without-hadoop --tgz "-Psparkr -Phadoop-provided -Pyarn -Pmesos" \
46+ 2>&1 > binary-release-without-hadoop.log
You can’t perform that action at this time.
0 commit comments