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 37BE51084D for ; Mon, 3 Mar 2014 23:45:35 +0000 (UTC) Received: (qmail 54211 invoked by uid 500); 3 Mar 2014 23:45:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 54167 invoked by uid 500); 3 Mar 2014 23:45:25 -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 54149 invoked by uid 99); 3 Mar 2014 23:45:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2014 23:45:24 +0000 Date: Mon, 3 Mar 2014 23:45:24 +0000 (UTC) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9708) Improve Snapshot Name Error Message 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-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-9708: ----------------------------------- Attachment: (was: HBASE-9708.1.patch) > Improve Snapshot Name Error Message > ----------------------------------- > > Key: HBASE-9708 > URL: https://issues.apache.org/jira/browse/HBASE-9708 > Project: HBase > Issue Type: Bug > Components: snapshots > Affects Versions: 0.94.2 > Reporter: Jesse Anderson > Priority: Minor > Attachments: HBASE-9708.1.patch, HBASE-9708.1.patch > > > The output for snapshots when you enter an invalid snapshot name talks about "User-space table names" instead of "Snapshot names". The error message should say "Snapshot names can only contain...". > Here is an example of the output: > {noformat} > hbase(main):001:0> snapshot 'user', 'asdf asdf' > ERROR: java.lang.IllegalArgumentException: Illegal character <32> at 4. User-space table names can only contain 'word characters': i.e. [a-zA-Z_0-9-.]: asdf asdf > Here is some help for this command: > Take a snapshot of specified table. Examples: > hbase> snapshot 'sourceTable', 'snapshotName' > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)