Skip to content

MapReduce example written in python to analyze the feelings of EE UU

Notifications You must be signed in to change notification settings

venancioromero/Analysis-of-feelings-USA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis of feelings of USA

Example of MapReduce written in python that analyse the feelings of 95.580 twits from USA.

for execute :

  • In shell:
$ cat twits | ./mapper.py | sort | ./reducer.py
  • In hadoop:
$ hadoop jar /usr/lib/hadoop-mapreduce/hadoop-streaming.jar  -files mapper.py,reducer.py,states,dic.txt -mapper mapper.py -reducer reducer.py -input twits -output output 

About

MapReduce example written in python to analyze the feelings of EE UU

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published