You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/04/11 03:13:13 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-5316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-5316.
-----------------------------------
    Resolution: Not A Problem

> 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 was sent by Atlassian JIRA
(v6.3.4#6332)