aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorcody koeninger <cody@koeninger.org>2016-06-29 23:21:03 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2016-06-29 23:21:03 -0700
commitdedbceec1ef33ccd88101016de969a1ef3e3e142 (patch)
tree2b43daee5f9235eb96e77fe98447aa2414633599 /pom.xml
parentbde1d6a61593aeb62370f526542cead94919b0c0 (diff)
downloadspark-dedbceec1ef33ccd88101016de969a1ef3e3e142.tar.gz
spark-dedbceec1ef33ccd88101016de969a1ef3e3e142.tar.bz2
spark-dedbceec1ef33ccd88101016de969a1ef3e3e142.zip
[SPARK-12177][STREAMING][KAFKA] Update KafkaDStreams to new Kafka 0.10 Consumer API
## What changes were proposed in this pull request? New Kafka consumer api for the released 0.10 version of Kafka ## How was this patch tested? Unit tests, manual tests Author: cody koeninger <cody@koeninger.org> Closes #11863 from koeninger/kafka-0.9.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 89ed87ff9e..c99d786b14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,8 @@
<module>launcher</module>
<module>external/kafka-0-8</module>
<module>external/kafka-0-8-assembly</module>
+ <module>external/kafka-0-10</module>
+ <module>external/kafka-0-10-assembly</module>
</modules>
<properties>