-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhive-deploy.txt
39 lines (30 loc) · 1.38 KB
/
hive-deploy.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
VERSION=0.11.0-nr1014-SNAPSHOT
mvn deploy:deploy-file -Dpackaging=tar.gz \
-Durl=http://nexus.nexrcorp.com:8080/nexus/content/repositories/snapshots \
-DrepositoryId=nexus-snapshots \
-Dfile=build/hive-$VERSION.tar.gz \
-DartifactId=hive-dist \
-DgroupId=com.nexr \
-Dversion=$VERSION \
-Dclassifier=bin
VERSION=0.11.0-nr1013
mvn deploy:deploy-file -Dpackaging=tar.gz \
-Durl=http://nexus.nexrcorp.com:8080/nexus/content/repositories/releases \
-DrepositoryId=nexus-releases \
-Dfile=build/hive-$VERSION.tar.gz \
-DartifactId=hive-dist \
-DgroupId=com.nexr \
-Dversion=$VERSION \
-Dclassifier=bin
mvn clean install -Phadoop-1,thriftif -DskipTests -Dthrift.home=$THRIFT_HOME
mvn test -Dmaven.test.failure.ignore=true -Phadoop-2 -Dtest.output.overwrite=true
mvn test -Dtest.output.overwrite=true -fn -Phadoop-2 -Dtest=TestParse,TestParseNegative,TestCliDriver,TestNegativeCliDriver,TestCompareCliDriver,TestMinimrCliDriver,TestMiniTezCliDriver,TestNegativeMinimrCliDriver,TestHBaseCliDriver,TestHBaseMinimrCliDriver,TestHBaseNegativeCliDriver,TestContribCliDriver,TestContribNegativeCliDriver
VERSION=0.14.0-nr1002
mvn deploy:deploy-file -Dpackaging=tar.gz \
-Durl=http://nexus.nexrcorp.com:8080/nexus/content/repositories/releases \
-DrepositoryId=nexus-releases \
-Dfile=packaging/target/apache-hive-$VERSION-bin.tar.gz \
-DartifactId=hive-dist \
-DgroupId=com.nexr \
-Dversion=$VERSION \
-Dclassifier=bin