Writing An Hadoop MapReduce Program In Python @ Michael G. Noll
february 2012 by vjz
Our program will mimic the WordCount example, i.e. it reads text files and counts how often words occur. The input is text files and the output is text files, each line of which contains a word and the count of how often it occurred, separated by a tab.
hadoop
mapreduce
python
february 2012 by vjz
Copy this bookmark: