Hi everyone,

I am doing a map-reduce program, it is working good.

Now I am thinking of inserting my own algorithm to pick the output results 
after 'Reduce' other than simply use 'output.colllect()' in Reduce to output 
all results.

The only thing I could think is read the output file after JobClient finishing 
and does some Java program for that, but I am not sure whether there are 
efficient method provided by hadoop to handle that.


Any idea is well appreciated,

-Kun


      

Reply via email to