Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F26051147C for ; Fri, 21 Feb 2014 00:29:40 +0000 (UTC) Received: (qmail 16422 invoked by uid 500); 21 Feb 2014 00:29:37 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 16269 invoked by uid 500); 21 Feb 2014 00:29:33 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 16065 invoked by uid 99); 21 Feb 2014 00:29:29 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Feb 2014 00:29:29 +0000 Date: Fri, 21 Feb 2014 00:29:29 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-6642) enable_all,disable_all,drop_all can call "list" command with regex directly. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-6642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13907778#comment-13907778 ] Hudson commented on HBASE-6642: ------------------------------- FAILURE: Integrated in HBase-0.98 #172 (See [https://builds.apache.org/job/HBase-0.98/172/]) HBASE-6642 enable_all,disable_all,drop_all can call 'list' command with regex directly (mbertozzi: rev 1570328) * /hbase/branches/0.98/hbase-shell/src/main/ruby/hbase/admin.rb * /hbase/branches/0.98/hbase-shell/src/main/ruby/hbase/replication_admin.rb * /hbase/branches/0.98/hbase-shell/src/main/ruby/shell/commands/disable_all.rb * /hbase/branches/0.98/hbase-shell/src/main/ruby/shell/commands/drop_all.rb * /hbase/branches/0.98/hbase-shell/src/main/ruby/shell/commands/enable_all.rb * /hbase/branches/0.98/hbase-shell/src/main/ruby/shell/commands/list_namespace.rb * /hbase/branches/0.98/hbase-shell/src/main/ruby/shell/commands/list_replicated_tables.rb * /hbase/branches/0.98/hbase-shell/src/main/ruby/shell/commands/list_snapshots.rb > enable_all,disable_all,drop_all can call "list" command with regex directly. > ---------------------------------------------------------------------------- > > Key: HBASE-6642 > URL: https://issues.apache.org/jira/browse/HBASE-6642 > Project: HBase > Issue Type: Bug > Components: shell > Affects Versions: 0.94.6, 0.95.0 > Reporter: Y. SREENIVASULU REDDY > Assignee: Matteo Bertozzi > Fix For: 0.98.1, 0.99.0 > > Attachments: HBASE-6642-v1.patch, HBASE-6642_trunk.patch > > > created few tables. then performing disable_all operation in shell prompt. > but it is not performing operation successfully. > {noformat} > hbase(main):043:0> disable_all '*' > table12 > zk0113 > zk0114 > Disable the above 3 tables (y/n)? > y/ > 3 tables successfully disabled > just it is showing the message but operation is not success. > but the following way only performing successfully > hbase(main):043:0> disable_all '*.*' > table12 > zk0113 > zk0114 > Disable the above 3 tables (y/n)? > y > 3 tables successfully disabled > {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)