Repository: carbondata Updated Branches: refs/heads/master 6488bc018 -> a03f7b13f
[CARBONDATA-1285] resolved compilation error in hiveembedded server2 when running hiveexample This closes #1154 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/a03f7b13 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/a03f7b13 Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/a03f7b13 Branch: refs/heads/master Commit: a03f7b13f9325b06239b7e882ee31e6c19356804 Parents: 6488bc0 Author: anubhav100 <[email protected]> Authored: Mon Jul 10 15:16:10 2017 +0530 Committer: chenliang613 <[email protected]> Committed: Fri Jul 14 11:44:45 2017 +0800 ---------------------------------------------------------------------- integration/hive/pom.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata/blob/a03f7b13/integration/hive/pom.xml ---------------------------------------------------------------------- diff --git a/integration/hive/pom.xml b/integration/hive/pom.xml index 3f1d6ef..12a1520 100644 --- a/integration/hive/pom.xml +++ b/integration/hive/pom.xml @@ -94,6 +94,21 @@ </exclusions> </dependency> <dependency> + <groupId>org.apache.hive</groupId> + <artifactId>hive-service</artifactId> + <version>1.2.1</version> + </dependency> + <dependency> + <groupId>org.apache.hive</groupId> + <artifactId>hive-jdbc</artifactId> + <version>1.2.1</version> + </dependency> + <dependency> + <groupId>org.apache.spark</groupId> + <artifactId>spark-hive_2.11</artifactId> + <version>${spark.version}</version> + </dependency> + <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_${scala.binary.version}</artifactId> </dependency> @@ -178,7 +193,7 @@ <includes> <include>**/*.java</include> <include>**/*.scala</include> - <include>**/Test*.java</include> + <include>**/Test*.java</include> <include>**/*Test.java</include> <include>**/*TestCase.java</include> <include>**/*Suite.java</include>
