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.