I am running mapreduce over hbase table.  My row key is a combination of
Country and place. For instance Delhi_India. Is there any way i can send
each value of matched rowkey to separate mappers. For instance if i have
rowkey value such as NewYork_USA,Boston_USA,Delhi_India,Mumbai_India. So
all the rows which holds rowkey value as USA goes to 1 mapper then India to
another mapper.

Reply via email to