yeah sorry, just looked at the code and it is not initializing the tool correctly to pickup the -D configuration. let me fix that, I've opened HBASE-11789 as you said with the current code only the hbase-site.xml conf is used, so you need to set the property there.
Matteo On Wed, Aug 20, 2014 at 5:24 PM, Jerry Lam <[email protected]> wrote: > 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 > > > > > >
