More region servers means the data is more distributed, each really serves its share of the total load.
Statement A will load all HBase-related configurations, B will not. On Wed, Feb 24, 2010 at 7:08 PM, steven zhuang <zhuangxin8...@gmail.com> wrote: > yeah, the region server is easily overloaded at present, but is it necessary > to put a region server with each data node? > > and can anybody tell me the difference between the following two > statements? > *A: **private static Configuration conf = new HBaseConfiguration();* > * **Job job = new Job(conf);* > *##################################################################* > *B: **// Job job = new Job(new Configuration());* > > > I am still tracking why my code didn't work out. > > > -- > best wishes. > steven >