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 <[email protected]> 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 <[email protected]> Authored: Sat Aug 13 11:42:38 2016 +0100 Committer: Sean Owen <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
