[ https://issues.apache.org/jira/browse/HADOOP-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525235 ]
Hadoop QA commented on HADOOP-1794: ----------------------------------- +1 http://issues.apache.org/jira/secure/attachment/12365201/patch.txt applied and successfully tested against trunk revision r572983. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/692/testReport/ Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/692/console > [hbase] Remove deprecated APIs and change signature of another in > HRegionInterface > ---------------------------------------------------------------------------------- > > Key: HADOOP-1794 > URL: https://issues.apache.org/jira/browse/HADOOP-1794 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Affects Versions: 0.15.0 > Reporter: Jim Kellerman > Assignee: Jim Kellerman > Priority: Minor > Fix For: 0.15.0 > > Attachments: patch.txt > > > There are a number of deprecated APIs in HRegionInterface (the interface used > by the client to communicate with the HRegionServer). Although none of the > APIs are used by the current client classes or by other HBase code, we do > know that some HBase users have subclassed both the client and HRegionServer. > What we do not know is if their changes make use of the deprecated APIs. > In addition, we would like to make an incompatible change to > HRegionInterface.batchUpdate in order to support HADOOP-1724. (It would > return either an enum or boolean instead of void). > If these changes would effect you, please let us know and also give us a time > frame when this change could be implemented. Thanks! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.