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 E68F3D901 for ; Thu, 30 Aug 2012 05:20:08 +0000 (UTC) Received: (qmail 44572 invoked by uid 500); 30 Aug 2012 05:20:08 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 44499 invoked by uid 500); 30 Aug 2012 05:20:08 -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 44480 invoked by uid 99); 30 Aug 2012 05:20:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2012 05:20:08 +0000 Date: Thu, 30 Aug 2012 16:20:08 +1100 (NCT) From: "Aditya Kishore (JIRA)" To: issues@hbase.apache.org Message-ID: <799096326.15334.1346304008141.JavaMail.jiratomcat@arcas> In-Reply-To: <1797633589.14487.1346283787449.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-6692) [shell] Cannot describe '.META.' or '-ROOT-' tables 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-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444685#comment-13444685 ] Aditya Kishore commented on HBASE-6692: --------------------------------------- @stack Looks like you attached patch for a different issue. > [shell] Cannot describe '.META.' or '-ROOT-' tables > --------------------------------------------------- > > Key: HBASE-6692 > URL: https://issues.apache.org/jira/browse/HBASE-6692 > Project: HBase > Issue Type: Bug > Components: shell > Affects Versions: 0.96.0, 0.94.1 > Reporter: Aditya Kishore > Assignee: Aditya Kishore > Fix For: 0.96.0 > > Attachments: 5549_094.txt, HBASE-6692_trunk.patch > > > This got introduced as a side effect of HBASE-3313. Now it is not possible to describe '.META.' or '\-ROOT\-' tables from HBase shell. > {noformat} > hbase(main):002:0> describe '-ROOT-' > DESCRIPTION ENABLED > ERROR: java.lang.IllegalArgumentException: Illegal first character <45> at 0. User-space table names can only start with 'word characters': i.e. [a-zA-Z_0-9]: -ROOT- > Here is some help for this command: > Describe the named table. For example: > hbase> describe 't1' > {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