Hi all,
        I set up 2 node hbase cluster and i created a table and pumped
10million records. I set the in hbase-site.xml the following property as
shown.
<property>
        <name>hbase.hregion.max.filesize</name>
        <value>100</value>
    </property>
[Over written the default 256MB with 100MB ].
I am sure, the data i inserted into hbase table would be more than 100MB.
In this case  will not hbase automatically distribute the multiple regions
resulted in after region splitting, across the region servers..??

In my case, I see all the 215 regions with above property set to 50MB,
residing on the same machine, where I am running master and region server.

Do we need to distribute the data explicitly by any means..?
I guess that should be done automatically by load balancer of Hbase , right?

Please someone help me..!

-- 
*Regards*
*
Vamshi Krishna
*

Reply via email to