Twitter Connector-Spark Streaming

2015-07-30 Thread Sadaf
message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Twitter-Connector-Spark-Streaming-tp24078.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-uns

Re: Twitter Connector-Spark Streaming

2015-07-30 Thread Akhil Das
} > val twitter_auth = new TwitterFactory(auth.config) > val a = new twitter4j.auth.OAuthAuthorization(auth.config) > val atwitter : Option[twitter4j.auth.Authorization] = > Some(twitter_auth.getInstance(a).getAuthorization()) > atwitter > } > > Thanks :) > &g

Re: Twitter Connector-Spark Streaming

2015-07-30 Thread Akhil Das
.setOAuthConsumerSecret("") >>>>> .setOAuthAccessToken("") >>>>> .setOAuthAccessTokenSecret("") >>>>> .build >>>>> } >>>>> val twit

Re: Twitter Connector-Spark Streaming

2015-08-04 Thread Akhil Das
;>>>>> once you provide these, it will only fetch tweets of such. >>>>>>>>> >>>>>>>>> Thanks >>>>>>>>> Best Regards >>>>>>>>> >>>>>>>>> On Thu, Jul 30, 2015 at 4:19 P

Re: Twitter Connector-Spark Streaming

2015-08-05 Thread Akhil Das
;>>>>>>>>>> account in filter? >>>>>>>>>>>>> I want to fetch my tweets, tweets of my followers and the >>>