IIRC Updating configuration dynamically works by re-loading from disk the conf files on the target server by the server. But again, only a few properties are actually being effectively refreshed by the components.
The shell command accepts a server name. Thanks. Jerry On Wed, Mar 1, 2017 at 12:39 AM, Rajeshkumar J <[email protected]> wrote: > Thanks Jerry for the reply. Also is there any sample command for this > dynamic configuration. As I have tried like > > update_config 'hbase.hstore.blockingStoreFiles','101' > but it is throwing error "ERROR: wrong number of arguments (2 for 1)" > > On Wed, Mar 1, 2017 at 12:55 PM, Jerry He <[email protected]> wrote: > > > These properties can be used on the client side and the server side. > > I assume you are asking about them on the server side. > > > > Unfortunately, these two are not supported yet for dynamic configuration. > > > > Thanks. > > > > Jerry > > > > On Tue, Feb 28, 2017 at 10:00 PM, Rajeshkumar J < > > [email protected] > > > wrote: > > > > > Hi, > > > > > > Can any one tell me whether we can add the below properties > > dynamically > > > > > > 1.hbase.client.scanner.timeout.period > > > 2.hbase.rpc.timeout > > > > > > Thanks, > > > Rajeshkumar > > > > > >
