Skip to content

Commit

Permalink
[SPARK-306] Kafka clients 1.0.1 present in jars directory for Spark 2…
Browse files Browse the repository at this point in the history
….3.1 (apache#335)
  • Loading branch information
mgorbov committed Aug 14, 2018
1 parent 17e3c3b commit 832411e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion external/kafka-0-10-sql/pom.xml
Expand Up @@ -29,7 +29,7 @@
<artifactId>spark-sql-kafka-0-10_2.11</artifactId>
<properties>
<sbt.project.name>sql-kafka-0-10</sbt.project.name>
<kafka.version>1.0.1-mapr-1803</kafka.version>
<kafka.version>1.1.1-mapr-SNAPSHOT</kafka.version>
</properties>
<packaging>jar</packaging>
<name>Kafka 0.10 Source for Structured Streaming</name>
Expand Down Expand Up @@ -67,6 +67,7 @@
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>${kafka.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down
2 changes: 1 addition & 1 deletion external/kafka-0-9/pom.xml
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_${scala.binary.version}</artifactId>
<version>1.0.1-mapr-1803</version>
<version>1.1.1-mapr-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 832411e

Please sign in to comment.