Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Looks like build-helper-maven-plugin block which has execution attach-jdbc-driver is not needed in package/pom.xml
package/pom.xml has maven-dependency-plugin which copies hive-jdbc-standalone to project.build.directory
I removed build-helper-maven-plugin block and rebuilt hive
hive-jdbc-standalone.jar is still placed to project.build.directory
$ mvn clean install -Phadoop-2 -Pdist -DskipTests $ find . -name "apache-hive*jdbc.jar" -exec ls -la {} \; 16844023 Feb 6 17:45 ./packaging/target/apache-hive-1.2.0-SNAPSHOT-jdbc.jar $ find . -name "hive-jdbc*standalone.jar" -exec ls -la {} \; 16844023 Feb 6 17:45 ./packaging/target/apache-hive-1.2.0-SNAPSHOT-bin/apache-hive-1.2.0-SNAPSHOT-bin/lib/hive-jdbc-1.2.0-SNAPSHOT-standalone.jar 16844023 Feb 6 17:45 ./jdbc/target/hive-jdbc-1.2.0-SNAPSHOT-standalone.jar
Attachments
Attachments
Issue Links
- links to