Hi, I'm bulkloading into an empty hbase table and have called HTableDescriptor.setMaxFileSize to override the global setting of HConstants.HREGION_MAX_FILESIZE (i.e. hbase.hregion.max.filesize).
This newly configured table is then passed to HFileOutputFormat2.configureIncrementalLoad to setup the MR job to generate the hfiles. This already configures other properties based on the settings of the table it's given (e.g. compression, bloom, data encoding, splits, etc). Is there a reason it does not also configure the HREGION_MAX_FILESIZE based on its setting from HTableDescriptor.getMaxFileSize? Thanks, -- Tom
