Skip to content

Commit 79631e8

Browse files
d-popkovekrivokonmapr
authored andcommitted
MapR [SPARK-995] Write to parquet fails. (apache#951)
1 parent 0f68a54 commit 79631e8

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,10 @@
20962096
<version>${hive.version}</version>
20972097
<scope>${hive.deps.scope}</scope>
20982098
<exclusions>
2099-
2099+
<exclusion>
2100+
<groupId>org.apache.hive.shaded.avatica</groupId>
2101+
<artifactId>mapr-shaded-avatica</artifactId>
2102+
</exclusion>
21002103
<!-- pull this in when needed; the explicit definition culls the surplus-->
21012104
<exclusion>
21022105
<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
@@ -193,6 +193,10 @@
193193
<classifier>${hive.classifier}</classifier>
194194
<scope>provided</scope>
195195
<exclusions>
196+
<exclusion>
197+
<groupId>org.apache.hive.shaded.avatica</groupId>
198+
<artifactId>mapr-shaded-avatica</artifactId>
199+
</exclusion>
196200
<exclusion>
197201
<groupId>com.mapr.db</groupId>
198202
<artifactId>maprdb</artifactId>

0 commit comments

Comments
 (0)