From 7c66b8e4e82f9f1ff6857eae19f2494fb05dab67 Mon Sep 17 00:00:00 2001 From: scwf Date: Tue, 14 Oct 2014 00:40:21 -0700 Subject: [PATCH] update pom according spark-2706 --- assembly/pom.xml | 6 ++ pom.xml | 37 ++++---- sql/hive-thriftserver/pom.xml | 167 +++++++--------------------------- 3 files changed, 57 insertions(+), 153 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 31a01e4d8e1de..bfef95b8deb95 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -197,6 +197,12 @@ spark-hive_${scala.binary.version} ${project.version} + + + + + hive-0.12.0 + org.apache.spark spark-hive-thriftserver_${scala.binary.version} diff --git a/pom.xml b/pom.xml index 04da8c586f124..f2990bc8cbb6b 100644 --- a/pom.xml +++ b/pom.xml @@ -127,6 +127,11 @@ 0.94.6 1.4.0 3.4.5 + + 0.13.1 + + 0.13.1 + 10.10.1.1 1.4.3 1.2.3 8.1.14.v20131031 @@ -887,9 +892,9 @@ by Spark SQL for code generation. --> - org.scalamacros - paradise_${scala.version} - ${scala.macros.version} + org.scalamacros + paradise_${scala.version} + ${scala.macros.version} @@ -1272,34 +1277,28 @@ - hive-default + hive-0.12.0 - - !hive.version - + false + + + sql/hive-thriftserver + 0.12.0-protobuf-2.5 + 0.12.0 10.4.2.0 - hive + hive-0.13.1 false - - sql/hive-thriftserver - - - - hive-versions - - - hive.version - - + 0.13.1 + 0.13.1 10.10.1.1 diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index 32721c14b931d..389ddbbb70d6d 100644 --- a/sql/hive-thriftserver/pom.xml +++ b/sql/hive-thriftserver/pom.xml @@ -46,142 +46,23 @@ scalatest_${scala.binary.version} test + + org.spark-project.hive + hive-cli + ${hive.version} + + + org.spark-project.hive + hive-jdbc + ${hive.version} + + + org.spark-project.hive + hive-beeline + ${hive.version} + - - - hive-default - - - !hive.version - - - - - org.spark-project.hive - hive-cli - ${hive.version} - - - org.spark-project.hive - hive-jdbc - ${hive.version} - - - org.spark-project.hive - hive-beeline - ${hive.version} - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-default-sources - generate-sources - - add-source - - - - v${hive.version}/src/main/scala - - - - - - - - - - hive - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-scala-test-sources - generate-test-sources - - add-test-source - - - - src/test/scala - - - - - - - - - - hive-versions - - - hive.version - - - - - org.spark-project.hive - hive-cli - ${hive.version} - - - org.spark-project.hive - hive-jdbc - ${hive.version} - - - org.spark-project.hive - hive-beeline - ${hive.version} - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-v13-sources - generate-sources - - add-source - - - - v${hive.version}/src/main/scala - - - - - add-scala-test-sources - generate-test-sources - - add-test-source - - - - src/test/scala - - - - - - - - - - target/scala-${scala.binary.version}/classes target/scala-${scala.binary.version}/test-classes @@ -190,6 +71,24 @@ org.scalatest scalatest-maven-plugin + + org.codehaus.mojo + build-helper-maven-plugin + + + add-default-sources + generate-sources + + add-source + + + + v${hive.version.short}/src/main/scala + + + + + org.apache.maven.plugins maven-deploy-plugin