HBASE-1383 hbase shell needs to warn on deleting multi-region table

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@772499 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-05-07 04:48:44 +00:00
parent 99de3f7364
commit 59c6ce905d
2 changed files with 5 additions and 1 deletions

View File

@ -207,6 +207,7 @@ Release 0.20.0 - Unreleased
HBASE-1341 HTable pooler
HBASE-1379 re-enable LZO using hadoop-gpl-compression library
(Ryan Rawson via Stack)
HBASE-1383 hbase shell needs to warn on deleting multi-region table
Release 0.19.0 - 01/21/2009
INCOMPATIBLE CHANGES

View File

@ -194,7 +194,10 @@ HBASE SHELL COMMANDS:
disable Disable the named table: e.g. "hbase> disable 't1'"
drop Drop the named table. Table must first be disabled
drop Drop the named table. Table must first be disabled. If table has
more than one region, run a major compaction on .META.:
hbase> major_compact ".META."
enable Enable the named table