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 1
1
general :
2
2
artifacts :
3
3
- target
4
+ - binary-release-hadoop2.7.log
5
+ - binary-release-without-hadoop.log
4
6
5
7
machine :
6
8
pre :
@@ -29,11 +31,16 @@ dependencies:
29
31
30
32
test :
31
33
override :
32
- - /bin/true
34
+ - ./build/sbt -Phadoop-2.7 -Pmesos -Pkinesis-asl -Pyarn -Phive-thriftserver -Phive package
33
35
# - ./dev/run-tests -p 1
34
36
35
37
deployment :
36
38
release :
37
39
tag : /[0-9]+(?:\.[0-9]+)+-palantir[0-9]+/
38
40
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