Suppose the value used by bulk loading is different from that used by region server, how would region server deal with two (or more) values w.r.t. splitting ?
Cheers On Fri, Jan 23, 2015 at 10:15 AM, Tom Hood <[email protected]> wrote: > 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 >
