mapreduce with python
Budget: $30 – $250 CAD
I have an input text file and a mapper and reducer file which outputs the total count of each word in the text file. I would like to have the mapper and reducer file output only the top 20 words (and their count) with the highest count. The files use sys.stdin and I wanna be able to run them in hadoop.