Hi, I reduced the MAX_FILE_SIZE to 64mb on an existing HBase table to force more regions. However, it seems that this limit is not respected by quite a large number of regions. I find several regions of >500mb size. I checked this by doing:
hadoop fs -ls -h /hbase/<my_table>/*/<my_col_fam> What can be done to force re-sizing? Thanks, David
