You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Liyin Tang (Created) (JIRA)" <ji...@apache.org> on 2012/02/01 20:04:58 UTC

[jira] [Created] (HBASE-5316) Separate the client configuration for HTable and HBaseAdmin

Separate the client configuration for HTable and HBaseAdmin
-----------------------------------------------------------

                 Key: HBASE-5316
                 URL: https://issues.apache.org/jira/browse/HBASE-5316
             Project: HBase
          Issue Type: Improvement
            Reporter: Liyin Tang
            Assignee: Liyin Tang


Currently HTable and HBaseAdmin read configurations based on the same config key, such as hbase.client.retries.number and hbase.client.retries.number
Actually in some cases, the client needs different settings for HTable operations and HBaseAdmin operations.
One way is to pass different HBaseConfiguration objects to HTable and HBaseAdmin.
Another much clearer way is to separate the configurations for HTable and HBaseAdmin by using different config keys.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira