From aa0bab5a06a84add6a627c75b98ed8d620ac59fe Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Mon, 20 Aug 2012 20:28:14 +0000 Subject: [PATCH] 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 --- hbase-server/src/main/ruby/shell/commands/drop.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hbase-server/src/main/ruby/shell/commands/drop.rb b/hbase-server/src/main/ruby/shell/commands/drop.rb index 181b83500f6..40831d2fa06 100644 --- a/hbase-server/src/main/ruby/shell/commands/drop.rb +++ b/hbase-server/src/main/ruby/shell/commands/drop.rb @@ -23,10 +23,7 @@ module Shell class Drop < Command def help return <<-EOF -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." +Drop the named table. Table must first be disabled: e.g. "hbase> drop 't1'" EOF end