aboutsummaryrefslogtreecommitdiff
path: root/streaming
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2013-02-22 12:29:04 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2013-02-22 12:29:04 -0800
commitcfa65ebff1e01fc55f02c7289866a791b11d756e (patch)
treea6413114079a39755ca8122c9cb11b5fdd940e50 /streaming
parent688e62718fd547ed46a90f7ac57c39df35866e6b (diff)
parentd9bdae8cc249ee8f595a849c5a751caef75140c5 (diff)
downloadspark-cfa65ebff1e01fc55f02c7289866a791b11d756e.tar.gz
spark-cfa65ebff1e01fc55f02c7289866a791b11d756e.tar.bz2
spark-cfa65ebff1e01fc55f02c7289866a791b11d756e.zip
Merge pull request #480 from MLnick/streaming-eg-algebird
[Streaming] Examples using Twitter's Algebird library
Diffstat (limited to 'streaming')
-rw-r--r--streaming/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 6ee7e59df3..d78c39da0d 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -47,6 +47,16 @@
<artifactId>zkclient</artifactId>
<version>0.1</version>
</dependency>
+ <dependency>
+ <groupId>org.twitter4j</groupId>
+ <artifactId>twitter4j-stream</artifactId>
+ <version>3.0.3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.twitter4j</groupId>
+ <artifactId>twitter4j-core</artifactId>
+ <version>3.0.3</version>
+ </dependency>
<dependency>
<groupId>org.scalatest</groupId>