-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhiveinstall9
executable file
·7 lines (7 loc) · 1.28 KB
/
hiveinstall9
1
2
3
4
5
6
7
mvn install:install-file -Dfile=./build/cli/hive-cli-0.9.0-SNAPSHOT.jar -DgroupId=org.apache.hive -DartifactId=hive-cli -Dversion=0.9.0-SNAPSHOT -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=./build/ql/hive-exec-0.9.0-SNAPSHOT.jar -DgroupId=org.apache.hive -DartifactId=hive-exec -Dversion=0.9.0-SNAPSHOT -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=./build/metastore/hive-metastore-0.9.0-SNAPSHOT.jar -DgroupId=org.apache.hive -DartifactId=hive-metastore -Dversion=0.9.0-SNAPSHOT -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=./build/service/hive-service-0.9.0-SNAPSHOT.jar -DgroupId=org.apache.hive -DartifactId=hive-service -Dversion=0.9.0-SNAPSHOT -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=./build/common/hive-common-0.9.0-SNAPSHOT.jar -DgroupId=org.apache.hive -DartifactId=hive-common -Dversion=0.9.0-SNAPSHOT -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=./build/jdbc/hive-jdbc-0.9.0-SNAPSHOT.jar -DgroupId=org.apache.hive -DartifactId=hive-jdbc -Dversion=0.9.0-SNAPSHOT -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=./build/serde/hive-serde-0.9.0-SNAPSHOT.jar -DgroupId=org.apache.hive -DartifactId=hive-serde -Dversion=0.9.0-SNAPSHOT -Dpackaging=jar -DgeneratePom=true