Hi,laozhao
     are you gonna sort all the keys?Maybe you can sort all the keys by 
implentmenting partition function, something like range-partition.for example, 
there are 100 digits. you can design 5 partitions 
[1-20],[20,40],[40,60],[60,80],[80,100], deviding the different digits into 
different partitions. 


At 2014-08-17 10:35:34, "[email protected]" <[email protected]> wrote:

Hello,
I am using mapreduce to get the frequency of words in a corpus . 
And I want to get a descnding sorted result.
Now  I can use Hive to sort them ,but If i use mapreduce,how can i do this ?


Thakns.


[email protected]

Reply via email to