Skip to content

Commit c2af7da

Browse files
committed
[SPARK-1079] MaprFs jar is present in Spark-3.2.0/Spark-3.3.0 (apache#1025)
Co-authored-by: Egor Krivokon <>
1 parent 44ca47f commit c2af7da

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

external/kafka-0-10-sql/pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,15 @@
8787
</dependency>
8888
--><!-- #endif scala-2.13 -->
8989
<dependency>
90-
<groupId>com.mapr.kafka</groupId>
91-
<artifactId>kafka-eventstreams</artifactId>
92-
<version>0.2.0-eep-900-SNAPSHOT</version>
90+
<groupId>com.mapr.kafka</groupId>
91+
<artifactId>kafka-eventstreams</artifactId>
92+
<version>0.2.0-eep-900-SNAPSHOT</version>
93+
<exclusions>
94+
<exclusion>
95+
<groupId>com.mapr.hadoop</groupId>
96+
<artifactId>maprfs</artifactId>
97+
</exclusion>
98+
</exclusions>
9399
</dependency>
94100
<dependency>
95101
<groupId>org.apache.kafka</groupId>

0 commit comments

Comments
 (0)