Skip to content

Commit a6fdb2b

Browse files
committed
MapR [SPARK-588] Spark thriftserver fails when work with hive-maprdb json table (apache#557)
* MapR [SPARK-588] Spark thriftserver fails when work with hive-maprdb json table
1 parent 42a1708 commit a6fdb2b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<hive.group>org.apache.hive</hive.group>
136136
<!-- Version used in Maven Hive dependency -->
137137
<hive.version>1.2.0-mapr-spark-MEP-6.0.0-SNAPSHOT</hive.version>
138-
<hive.2.version>2.3.5-mapr-SNAPSHOT</hive.2.version>
138+
<hive.2.version>2.3.5.0-mapr-SNAPSHOT</hive.2.version>
139139
<!-- Kafka version -->
140140
<kafka.version>2.1.1.0-mapr-SNAPSHOT</kafka.version>
141141
<!-- Version used for internal directory structure -->

sql/hive/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@
115115
<artifactId>hive-maprdb-json-handler</artifactId>
116116
<version>${hive.2.version}</version>
117117
</dependency>
118+
<dependency>
119+
<groupId>${hive.group}</groupId>
120+
<artifactId>hive-maprdb-json-common</artifactId>
121+
<version>${hive.2.version}</version>
122+
<exclusions>
123+
<exclusion>
124+
<groupId>org.apache.logging.log4j</groupId>
125+
<artifactId>log4j-slf4j-impl</artifactId>
126+
</exclusion>
127+
</exclusions>
128+
</dependency>
118129
<!--
119130
<dependency>
120131
<groupId>${hive.group}</groupId>

0 commit comments

Comments
 (0)