You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2016/08/13 10:42:40 UTC

spark git commit: [SPARK-17023][BUILD] Upgrade to Kafka 0.10.0.1 release

Repository: spark
Updated Branches:
  refs/heads/master 8c8acdec9 -> 67f025d90


[SPARK-17023][BUILD] Upgrade to Kafka 0.10.0.1 release

## What changes were proposed in this pull request?
Update Kafka streaming connector to use Kafka 0.10.0.1 release

## How was this patch tested?
Tested via Spark unit and integration tests

Author: Luciano Resende <lr...@apache.org>

Closes #14606 from lresende/kafka-upgrade.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/67f025d9
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/67f025d9
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/67f025d9

Branch: refs/heads/master
Commit: 67f025d90e6ba8c039ff45e26d34f20d24b92e6a
Parents: 8c8acde
Author: Luciano Resende <lr...@apache.org>
Authored: Sat Aug 13 11:42:38 2016 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Sat Aug 13 11:42:38 2016 +0100

----------------------------------------------------------------------
 external/kafka-0-10/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/67f025d9/external/kafka-0-10/pom.xml
----------------------------------------------------------------------
diff --git a/external/kafka-0-10/pom.xml b/external/kafka-0-10/pom.xml
index 60afaa5..c36d479 100644
--- a/external/kafka-0-10/pom.xml
+++ b/external/kafka-0-10/pom.xml
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka_${scala.binary.version}</artifactId>
-      <version>0.10.0.0</version>
+      <version>0.10.0.1</version>
       <exclusions>
         <exclusion>
           <groupId>com.sun.jmx</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org