Hi all, I have a small table (3M rows) that is using 4 regions. I want to split the table so that I can take advantage of more nodes in my cluster with map/reduce tasks and the TableInputFormat. The split button on the web page sends split messages to the master/region server, but nothing seems to happen - my regions don't split.
I am using the latest cloudera branch hadoop-0.20.2+737, and hbase-089.20100924+28 Alternatively, is there a way that I can specify a minimum number of splits for the TableInputFormat? Dave
