I had tried to port my code to .mapreduce.* library. There are a lot of
helper classes which was developed for mapred.* library which is still not
there for the new API. I went as fast as completely modifying driver mapper
reducer only to find out the MultipleFileOutputFormat (splitting Reduce
output based on the key into different folders or file
prefixes) wasn't available(or maybe the functionality is there but didnt
find any documentation on the same). So until i figure that part out Bayes
Code cannot be ported.
Robin