From b8b4431ce31451b743860bca371780e3a6786a3d Mon Sep 17 00:00:00 2001 From: scwf Date: Wed, 29 Oct 2014 15:48:54 -0700 Subject: [PATCH 1/2] use apache hive --- sql/hive-thriftserver/pom.xml | 6 +++--- sql/hive/pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index 124fc107cb8aa..2570a9fbdc668 100644 --- a/sql/hive-thriftserver/pom.xml +++ b/sql/hive-thriftserver/pom.xml @@ -42,17 +42,17 @@ ${project.version} - org.spark-project.hive + org.apache.hive hive-cli ${hive.version} - org.spark-project.hive + org.apache.hive hive-jdbc ${hive.version} - org.spark-project.hive + org.apache.hive hive-beeline ${hive.version} diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index db01363b4d629..b2cac7abe27c0 100644 --- a/sql/hive/pom.xml +++ b/sql/hive/pom.xml @@ -47,7 +47,7 @@ ${project.version} - org.spark-project.hive + org.apache.hive hive-metastore ${hive.version} @@ -57,7 +57,7 @@ 3.1 - org.spark-project.hive + org.apache.hive hive-exec ${hive.version} @@ -72,7 +72,7 @@ jackson-mapper-asl - org.spark-project.hive + org.apache.hive hive-serde ${hive.version} From a433434910b0d69b32f82e91bd47ded564d490b1 Mon Sep 17 00:00:00 2001 From: scwf Date: Wed, 29 Oct 2014 16:38:57 -0700 Subject: [PATCH 2/2] change run-tests to build with 0.13 --- dev/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/run-tests b/dev/run-tests index 972c8c8a21567..90e8535cf2045 100755 --- a/dev/run-tests +++ b/dev/run-tests @@ -140,7 +140,7 @@ CURRENT_BLOCK=$BLOCK_BUILD { # We always build with Hive because the PySpark Spark SQL tests need it. - BUILD_MVN_PROFILE_ARGS="$SBT_MAVEN_PROFILES_ARGS -Phive -Phive-0.12.0" + BUILD_MVN_PROFILE_ARGS="$SBT_MAVEN_PROFILES_ARGS -Phive" echo "[info] Building Spark with these arguments: $BUILD_MVN_PROFILE_ARGS"