Repository: spark
Updated Branches:
  refs/heads/branch-2.0 38378f59f -> a21ecc996


[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 <[email protected]>

Closes #14606 from lresende/kafka-upgrade.

(cherry picked from commit 67f025d90e6ba8c039ff45e26d34f20d24b92e6a)
Signed-off-by: Sean Owen <[email protected]>


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

Branch: refs/heads/branch-2.0
Commit: a21ecc9964bbd6e41a5464dcc85db1529de14d67
Parents: 38378f5
Author: Luciano Resende <[email protected]>
Authored: Sat Aug 13 11:42:38 2016 +0100
Committer: Sean Owen <[email protected]>
Committed: Sat Aug 13 11:42:47 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/a21ecc99/external/kafka-0-10/pom.xml
----------------------------------------------------------------------
diff --git a/external/kafka-0-10/pom.xml b/external/kafka-0-10/pom.xml
index 2696561..f9776fc 100644
--- a/external/kafka-0-10/pom.xml
+++ b/external/kafka-0-10/pom.xml
@@ -51,7 +51,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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to