I need to write output of reduce in database. There is support for this in 0.19 but I am using 0.18.3. Any suggestion?
I tried to process output myself in the reduce() function by writing some
System.out.println; but it is writing output in userlogs corresponding to the
map function (intermediate output).
-rajeev
