Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 363 Bytes

File metadata and controls

11 lines (10 loc) · 363 Bytes

Spark Streaming Tutorial

Ex 1) Twit per second

To make it work, be sure to create property file under your path that includes the following information:

consumer.api.key=***
consumer_api_secret=***
access.token=***
access.token.secret=***

If you don't have twitter API keys, visit Twitter Apps to get your own API keys.