Skip to content

Commit

Permalink
removing twitter keys
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhlD committed Sep 12, 2014
1 parent 1af2711 commit fb389d7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ public JavaDStream<Tuple> convert(List<JavaDStream<Tuple>> predecessorRdds, POLo
}else{

System.out.println("=====Tweeets-Tweets=======");
System.setProperty("twitter4j.oauth.consumerKey","mGkece93BmDILkPGJ58lu5OS6");
System.setProperty("twitter4j.oauth.consumerSecret","K9RhnuOdZJlxDgxKJawq1PLXmZYqdt3asvKvo4aqu6Mhe9yY2n");
System.setProperty("twitter4j.oauth.accessToken","2493987132-FxZ2Explk2AyGeIjUnHpw1ZzPQxvFBIFPRs0Ho7");
System.setProperty("twitter4j.oauth.accessTokenSecret","uBm4qg0eR4HRv9Byh45ja0qhzlikQ0KxfqByVrtzs3jYP");
System.setProperty("twitter4j.oauth.consumerKey","mGkece93BmDILkPXXXXX");
System.setProperty("twitter4j.oauth.consumerSecret","K9RhnuOdZJlxDgxKJXXXXXXXXXXXXXXXXXXXXX");
System.setProperty("twitter4j.oauth.accessToken","2493987XXXXXXXXXXXXXXXXXXXXXXXXXFPRs0Ho7");
System.setProperty("twitter4j.oauth.accessTokenSecret","XXXXXXXXXXXXXXXXXXXXikQ0KxfqByVrtzs3jYP");
//sparkContext.checkpoint("/home/akhld/mobi/temp/pig/twitter/");

//JavaDStream<Status> dtweets= sparkContext.twitterStream();
Expand Down

0 comments on commit fb389d7

Please sign in to comment.