I'm a Hadoop newbie. I have been able to successfully run the WordCount example.
I would like to modify this example such that my output is sorted in ascending order of count. I'm unable to figure out where I would need to make the necessary changes.
It would be great if someone would give me some direction to implement sorting?