Skip to content

Commit 2531965

Browse files
d-popkovekrivokonmapr
authored andcommitted
MapR [SPARK-995] Write to parquet fails. (apache#951)
1 parent 9e200d1 commit 2531965

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2010,7 +2010,10 @@
20102010
<version>${hive.version}</version>
20112011
<scope>${hive.deps.scope}</scope>
20122012
<exclusions>
2013-
2013+
<exclusion>
2014+
<groupId>org.apache.hive.shaded.avatica</groupId>
2015+
<artifactId>mapr-shaded-avatica</artifactId>
2016+
</exclusion>
20142017
<!-- pull this in when needed; the explicit definition culls the surplus-->
20152018
<exclusion>
20162019
<groupId>${hive.group}</groupId>

resource-managers/mesos/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
<classifier>${hive.classifier}</classifier>
8181
<scope>provided</scope>
8282
<exclusions>
83+
<exclusion>
84+
<groupId>org.apache.hive.shaded.avatica</groupId>
85+
<artifactId>mapr-shaded-avatica</artifactId>
86+
</exclusion>
8387
<exclusion>
8488
<groupId>com.mapr.db</groupId>
8589
<artifactId>maprdb</artifactId>

resource-managers/yarn/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@
229229
<classifier>${hive.classifier}</classifier>
230230
<scope>provided</scope>
231231
<exclusions>
232+
<exclusion>
233+
<groupId>org.apache.hive.shaded.avatica</groupId>
234+
<artifactId>mapr-shaded-avatica</artifactId>
235+
</exclusion>
232236
<exclusion>
233237
<groupId>com.mapr.db</groupId>
234238
<artifactId>maprdb</artifactId>

0 commit comments

Comments
 (0)