Hello,

To extract maximum parallelism and resource utilization when using TableMapReduceUtil, I would ideally want my table to span all my region servers. But the "split" operation on my table is not always doing this, if my table is small. It sometimes chooses the same region server to place the split chunk.

Is there any other way to achieve this "maximum parallelism" ? Can we command HBase to distribute my table equally among all my regionservers ?

Thanks,
Naresh Rapolu.

Reply via email to