If you want these parameters to take effect in region servers, you need to restart servers.
Cheers On Thu, Mar 2, 2017 at 2:31 AM, Rajeshkumar J <[email protected]> wrote: > No I am using a 3 node cluster and I have added these properties in all > nodes. Yes i have added values greater than default i.e.,100000. And I am > running the java class in hbase master > > On Thu, Mar 2, 2017 at 3:53 PM, Ted Yu <[email protected]> wrote: > > > bq. I have added this property > > > > On which machine did you add the property ? > > If you added on client machine (normally outside the cluster), region > > servers wouldn't see them. > > > > Did you pass timeout values greater than the default ? > > > > Cheers > > > > On Wed, Mar 1, 2017 at 11:00 PM, Rajeshkumar J < > > [email protected]> > > wrote: > > > > > I am trying to scan a table from a class in java. So this is hbase > > client. > > > I have created hbase configuration using HBaseCOnfiguration.create() in > > the > > > class and also I have placed my hbase-site.xml in the classpath. My > hbase > > > services are up and running. Initially I dont have these properties > > > 1.hbase.client.scanner.timeout.period > > > 2.hbase.rpc.timeout > > > > > > I have added this property and i tried to run the java class and it has > > > hbase-site.xml in classpath so whether these properties are added to > both > > > hbase client and server side? or only client side and do server side > > needs > > > restart? > > > > > >
