Skip to content

Commit 2adc449

Browse files
mgorbovekrivokonmapr
authored andcommitted
Revert "[SPARK-306] Kafka clients 1.0.1 present in jars directory for Spark 2.3.1" (apache#341)
* Revert "[SPARK-306] Kafka clients 1.0.1 present in jars directory for Spark 2.3.1 (apache#335)" This reverts commit 832411e.
1 parent d6ba912 commit 2adc449

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
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.1.1-mapr-SNAPSHOT</kafka.version>
32+
<kafka.version>1.0.1-mapr-1803</kafka.version>
3333
</properties>
3434
<packaging>jar</packaging>
3535
<name>Kafka 0.10 Source for Structured Streaming</name>
@@ -67,7 +67,6 @@
6767
<groupId>org.apache.kafka</groupId>
6868
<artifactId>kafka-clients</artifactId>
6969
<version>${kafka.version}</version>
70-
<scope>provided</scope>
7170
</dependency>
7271
<dependency>
7372
<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.1.1-mapr-SNAPSHOT</version>
53+
<version>1.0.1-mapr-1803</version>
5454
<scope>provided</scope>
5555
<exclusions>
5656
<exclusion>

0 commit comments

Comments
 (0)