-
- Downloads
[SPARK-9057][STREAMING] Twitter example joining to static RDD of word sentiment values
Example of joining a static RDD of word sentiments to a streaming RDD of Tweets in order to demo the usage of the transform() method. Author: Jeff L <sha0lin@alumni.carnegiemellon.edu> Closes #8431 from Agent007/SPARK-9057.
Showing
- data/streaming/AFINN-111.txt 2477 additions, 0 deletionsdata/streaming/AFINN-111.txt
- examples/src/main/java/org/apache/spark/examples/streaming/JavaTwitterHashTagJoinSentiments.java 180 additions, 0 deletions.../examples/streaming/JavaTwitterHashTagJoinSentiments.java
- examples/src/main/python/streaming/network_wordjoinsentiments.py 77 additions, 0 deletions...s/src/main/python/streaming/network_wordjoinsentiments.py
- examples/src/main/scala/org/apache/spark/examples/streaming/TwitterHashTagJoinSentiments.scala 96 additions, 0 deletions...ark/examples/streaming/TwitterHashTagJoinSentiments.scala
Loading
Please register or sign in to comment