Skip to content

Commit 832411e

Browse files
authored
[SPARK-306] Kafka clients 1.0.1 present in jars directory for Spark 2.3.1 (apache#335)
1 parent 17e3c3b commit 832411e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<artifactId>spark-sql-kafka-0-10_2.11</artifactId>
3030
<properties>
3131
<sbt.project.name>sql-kafka-0-10</sbt.project.name>
32-
<kafka.version>1.0.1-mapr-1803</kafka.version>
32+
<kafka.version>1.1.1-mapr-SNAPSHOT</kafka.version>
3333
</properties>
3434
<packaging>jar</packaging>
3535
<name>Kafka 0.10 Source for Structured Streaming</name>
@@ -67,6 +67,7 @@
6767
<groupId>org.apache.kafka</groupId>
6868
<artifactId>kafka-clients</artifactId>
6969
<version>${kafka.version}</version>
70+
<scope>provided</scope>
7071
</dependency>
7172
<dependency>
7273
<groupId>org.apache.kafka</groupId>

external/kafka-0-9/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.apache.kafka</groupId>
5252
<artifactId>kafka_${scala.binary.version}</artifactId>
53-
<version>1.0.1-mapr-1803</version>
53+
<version>1.1.1-mapr-SNAPSHOT</version>
5454
<scope>provided</scope>
5555
<exclusions>
5656
<exclusion>

0 commit comments

Comments
 (0)