Zhou, The data won't be distributed until your region passes the split threshold which is by default 256MB for a single family. If you really want distribution at your level, you should lower the hbase.hregion.max.filesize value in hbase-site.xml
J-D On Fri, Sep 26, 2008 at 8:20 AM, Zhou Wei <[EMAIL PROTECTED]>wrote: > Hi, > > I've trying to use HBase 0.2.1 to host one table of data, about 200MB. > But under very high load of read and update. > I found out that all data is assigned to one data node, can't be scale > to more nodes. > > I understand that HBase is designed to store massive data. > Is there a way to balance the load to more data nodes? > > Thanks, > > Zhou >
