Re: hbase dynamic configuration

2017-03-01 Thread Jerry He
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

Re: hbase dynamic configuration

2017-03-01 Thread Rajeshkumar J
​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

Re: hbase dynamic configuration

2017-02-28 Thread Jerry He
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

hbase dynamic configuration

2017-02-28 Thread Rajeshkumar J
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