HBASE-6503 HBase Shell Documentation For DROP Is Outdated
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375205 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
49a769b45c
commit
aa0bab5a06
|
@ -23,10 +23,7 @@ module Shell
|
||||||
class Drop < Command
|
class Drop < Command
|
||||||
def help
|
def help
|
||||||
return <<-EOF
|
return <<-EOF
|
||||||
Drop the named table. Table must first be disabled. If table has
|
Drop the named table. Table must first be disabled: e.g. "hbase> drop 't1'"
|
||||||
more than one region, run a major compaction on .META.:
|
|
||||||
|
|
||||||
hbase> major_compact ".META."
|
|
||||||
EOF
|
EOF
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue