Hadooop map reduce
Posted
by Aina Ari
on Stack Overflow
See other posts from Stack Overflow
or by Aina Ari
Published on 2010-03-31T05:54:21Z
Indexed on
2010/04/06
3:13 UTC
Read the original article
Hit count: 503
Im very much new to map reduce and i completed hadoop wordcount example.
In that example it produces unsorted file (with key value) of word counts. So is it possible to make it sorted according to the most number of word occurrences by combining another map reduce task to the earlier one.
Thanks in Advance
© Stack Overflow or respective owner