Hi Matteo, Thank you for the info. I tried it but it doesn't seem to take any effect. Apparently the code in the LoadIncremtnalHFiles does not take anything other than variables from hbase-site.xml which is unfortunate. We have more than 32 hfiles to bulkload. So this is really not working...
Best Regards, Jerry On Wed, Aug 20, 2014 at 10:49 AM, Matteo Bertozzi <[email protected]> wrote: > you should be able to use the -D option to set the new value > > LoadIncrementalHFiles > -Dhbase.mapreduce.bulkload.max.hfiles.perRegion.perFamily=NEW_VALUE > > Matteo > > > > On Wed, Aug 20, 2014 at 3:46 PM, Jerry Lam <[email protected]> wrote: > > > Hi HBase users, > > > > I wonder if anyone knows how to make change to > > the MAX_FILES_PER_REGION_PER_FAMILY in LoadIncrementalHFiles? > > > > The default value is 32 which is quite small. > > > > HBase Version 0.98 > > > > Thank you, > > > > Jerry > > >
