05-05-2014 04:13 AM
Hi,
Does anybody have an example on how to implement a custom splitter on MapReduce? By default, only one mapper is being spawned
per region.
I want to increase the number of mappers per region. Im using TableMapReduceUtil.initTableMapperJob in my MR job.
thanks.
07-20-2014 12:32 AM