Hi, Is there any way to customize hbase input split based on a column value. For instance if i have a column family 'd' with 'country' column qualifiers. 'country' column holds value such as USA,Australia,India,China. So all the rows which holds country value as USA goes to 1 mapper then Australia to another mapper then India to another mapper and likewise for all the values.
Thanks
