Hi, I am running 2 node hbase cluster atop HDFS. I was simulating a heavy write process on Hbase for performance analysis. I found that my HstoreFile has not reached "hbase.hregion.max.filesize" property ( which is by default 10G ) and yet my region is split into 2 regions.
*du -sh HadoopData/* *3.2G HadoopData/* where HadoopData is my hadoop.tmp.dir ( place where hadoop stores data ). Please help in understanding this. -- Thanks and Regards, Vimal Jain
