Apurv, Not sure of you have seen this paper or not, but it concludes that effectively all MR jobs can be expressed as BSP jobs and other way. It also mentions when to go for BSP vs MR.
http://arxiv.org/abs/1203.2081 Thanks, Praveen On Thu, Jul 5, 2012 at 1:43 AM, Apurv Verma <[email protected]> wrote: > Hello, > Here is a simplistic WordCount example I wrote with hama. There are a few > TODOs left but it works fine, Its fully scalable when all TODOs are > complete. > > > http://code.google.com/p/anahad/source/browse/trunk/src/main/java/org/anahata/bsp/WordCount.java > > Comments welcome :) > > -- > thanks and regards, > > Apurv Verma > India >
