You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/02/22 17:48:28 UTC

[jira] Commented: (HBASE-2246) Add a getConfiguration method to HTableInterface

    [ https://issues.apache.org/jira/browse/HBASE-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836715#action_12836715 ] 

stack commented on HBASE-2246:
------------------------------

Sounds like a good idea.

> Add a getConfiguration method to HTableInterface
> ------------------------------------------------
>
>                 Key: HBASE-2246
>                 URL: https://issues.apache.org/jira/browse/HBASE-2246
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 0.20.3
>            Reporter: Benoit Sigoure
>            Assignee: Benoit Sigoure
>            Priority: Minor
>
> Right now there is no way of accessing the {{Configuration}} object used by an {{HTable}}.  This is annoying.  In my case I want to be able to access the value of {{hbase.regionserver.lease.period}} of an {{HTable}} instance provided by the caller in order to wait the right amount of time between my successive attempts to grab a {{RowLock}} on a particular row.
> I propose to add a new method, {{public Configuration getConfiguration()}} to {{HTableInterface}}.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.