[ https://issues.apache.org/jira/browse/HBASE-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benoit Sigoure updated HBASE-2246: ---------------------------------- Attachment: 0001-HBASE-2246-Add-a-GetConfiguration-method-to-HTableIn.patch New patch to make JD happy after the Mavenization of HBase. > 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 > Attachments: > 0001-HBASE-2246-Add-a-GetConfiguration-method-to-HTableIn.patch, > 0001-HBASE-2246-Add-a-GetConfiguration-method-to-HTableIn.patch, > 0001-HBASE-2246-Add-a-GetConfiguration-method-to-HTableIn.patch > > > 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.