aboutsummaryrefslogtreecommitdiff
path: root/external/kafka/pom.xml
diff options
context:
space:
mode:
authorjerryshao <saisai.shao@intel.com>2014-08-05 10:40:28 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2014-08-05 10:43:35 -0700
commitb92a450583989470ff53b62c124d908ad661e29a (patch)
tree531a801d99f9fe56c6a34b5ff304a0ee184169f4 /external/kafka/pom.xml
parent075ba67819b0f250cc176c96f2f5d8eddb0b16ac (diff)
downloadspark-b92a450583989470ff53b62c124d908ad661e29a.tar.gz
spark-b92a450583989470ff53b62c124d908ad661e29a.tar.bz2
spark-b92a450583989470ff53b62c124d908ad661e29a.zip
[SPARK-1022][Streaming] Add Kafka real unit test
This PR is a updated version of (https://github.com/apache/spark/pull/557) to actually test sending and receiving data through Kafka, and fix previous flaky issues. @tdas, would you mind reviewing this PR? Thanks a lot. Author: jerryshao <saisai.shao@intel.com> Closes #1751 from jerryshao/kafka-unit-test and squashes the following commits: b6a505f [jerryshao] code refactor according to comments 5222330 [jerryshao] Change JavaKafkaStreamSuite to better test it 5525f10 [jerryshao] Fix flaky issue of Kafka real unit test 4559310 [jerryshao] Minor changes for Kafka unit test 860f649 [jerryshao] Minor style changes, and tests ignored due to flakiness 796d4ca [jerryshao] Add real Kafka streaming test
Diffstat (limited to 'external/kafka/pom.xml')
-rw-r--r--external/kafka/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/external/kafka/pom.xml b/external/kafka/pom.xml
index daf03360bc..2aee999492 100644
--- a/external/kafka/pom.xml
+++ b/external/kafka/pom.xml
@@ -71,6 +71,12 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>net.sf.jopt-simple</groupId>
+ <artifactId>jopt-simple</artifactId>
+ <version>3.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.binary.version}</artifactId>
<scope>test</scope>