HBASE-2948 bin/hbase shell broken (after hbase-2692)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@991552 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-09-01 14:38:49 +00:00
parent 85babe8fe7
commit 6b9c231dec
1 changed files with 2 additions and 0 deletions

View File

@ -493,6 +493,8 @@ Release 0.21.0 - Unreleased
HBASE-2920 HTable.checkAndPut/Delete doesn't handle null values
HBASE-2944 cannot alter bloomfilter setting for a column family from
hbase shell (Kannan via jgray)
HBASE-2948 bin/hbase shell broken (after hbase-2692)
(Sebastian Bauer via Stack)
IMPROVEMENTS
HBASE-1760 Cleanup TODOs in HTable