Browse Source

HADOOP-2750 Deprecated methods startBatchUpdate, commitBatch, abortBatch, and renewLease have been removed from HTable (Bryan Duxbury via Jim Kellerman)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@617246 13f79535-47bb-0310-9956-ffa450edef68
Jim Kellerman 17 years ago
parent
commit
d01da1ec75
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/contrib/hbase/CHANGES.txt

+ 2 - 1
src/contrib/hbase/CHANGES.txt

@@ -5,7 +5,8 @@ Trunk (unreleased changes)
 
   INCOMPATIBLE CHANGES
    HADOOP-2750 Deprecated methods startBatchUpdate, commitBatch, abortBatch, 
-               and renewLease have been removed from HTable
+               and renewLease have been removed from HTable (Bryan Duxbury via
+               Jim Kellerman)
 
   NEW FEATURES