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 43ADDDFF5 for ; Fri, 9 Nov 2012 08:12:17 +0000 (UTC) Received: (qmail 79955 invoked by uid 500); 9 Nov 2012 08:12:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 79895 invoked by uid 500); 9 Nov 2012 08:12:16 -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 79720 invoked by uid 99); 9 Nov 2012 08:12:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2012 08:12:16 +0000 Date: Fri, 9 Nov 2012 08:12:16 +0000 (UTC) From: "rajeshbabu (JIRA)" To: issues@hbase.apache.org Message-ID: <221136532.90719.1352448736692.JavaMail.jiratomcat@arcas> In-Reply-To: <1310564768.5166.1345725703355.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (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:all-tabpanel ] rajeshbabu updated HBASE-6642: ------------------------------ Summary: enable_all,disable_all,drop_all can call "list" command with regex directly. (was: disable_all '*' is not performing disable operation.) > 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 > Reporter: Y. SREENIVASULU REDDY > Assignee: rajeshbabu > > 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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira