TwitterPopularTags.scala example of Apache Spark Streaming in a standalone project

This is an easy tutorial of using Apache Spark Streaming with Scala language using the official TwitterPopularTags.scala example and putting it in a standalone sbt project. In few minutes you will be able to receive streams of tweets and manipulating then in realtime with Apache Spark Streaming Install Apache Spark (I used 1.5.1) Install sbt git clone https://github.com/matteoredaelli/TwitterPopularTags cd TwitterPopularTags cp twitter4j.properties.sample twitter4j.properties edit twitter4j.properties sbt package spark-submit –master local –packages “org....

October 22, 2015 · 1 min · 74 words · Matteo Redaelli