ueshin / flume-twitter

This is a flume plugin for twitter streaming.
http://ueshin.github.com/flume-twitter/
6 stars 1 forks source link

R-Hadoop-mapreduce-TWITTER #6

Closed sravanthi92 closed 11 years ago

sravanthi92 commented 11 years ago

i have tried fluming in tweets to HDFS. But FLUME-flies are being created such that each file has only two ftweets in it.

My major aim is to sentiment analyse the tweets using MAPREDUCE. using R and HADOOP. Kindly suggest a perfect solution.

I have also tried another method...using the streamR package . But i could not find a way to directly store them on HDFS.

THANKS IN ADVANCE

ueshin commented 11 years ago

I'm sorry but I don't know about the streamR package.

sravanthi92 commented 11 years ago

My aim is to stream tweets continuously from twitter to HDFS and process them to analyse their sentiment.

sravanthi92 commented 11 years ago

how do i use mapreduce to execute this task.

ueshin commented 11 years ago

I'm sorry but I don't know much about analysis.