HBASE-1082 Administrative functions for table/region maintenance

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@731802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-01-06 01:13:48 +00:00
parent 4dde10431e
commit 5f8b9e3317
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ Release 0.19.0 - Unreleased
HBASE-1105 Remove duplicated code in HCM, add javadoc to RegionState, etc.
HBASE-1106 Expose getClosestRowBefore in HTable
(Michael Gottesman via Stack)
HBASE-1082 Administrative functions for table/region maintenance
NEW FEATURES
HBASE-875 Use MurmurHash instead of JenkinsHash [in bloomfilters]