You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2013/03/08 03:58:14 UTC

[jira] [Resolved] (HBASE-8004) Creating an existing table from Shell does not throw TableExistsException

     [ https://issues.apache.org/jira/browse/HBASE-8004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-8004.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.96.0
                   0.95.0
     Hadoop Flags: Reviewed

Committed to trunk and 0.95 branch. Thanks for the patch!
                
> Creating an existing table from Shell does not throw TableExistsException
> -------------------------------------------------------------------------
>
>                 Key: HBASE-8004
>                 URL: https://issues.apache.org/jira/browse/HBASE-8004
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.0
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: Jeffrey Zhong
>             Fix For: 0.95.0, 0.96.0
>
>         Attachments: hbase-8004_1.patch, hbase-8004.patch
>
>
> When i try to create a same table from shell i don't get TableExistsException instead i get
> {code}
> ERROR: cannot load Java class org.apache.hadoop.hbase.TableNotFoundException
> Here is some help for this command:
> Creates a table. Pass a table name, and a set of column family
> specifications (at least one), and, optionally, table configuration.
> Column specification can be a simple string (name), or a dictionary
> (dictionaries are described below in main help output), necessarily
> including NAME attribute.
> Examples:
>   hbase> create 't1', {NAME => 'f1', VERSIONS => 5}
>   hbase> create 't1', {NAME => 'f1'}, {NAME => 'f2'}, {NAME => 'f3'}
>   hbase> # The above in shorthand would be the following:
> {code}

--
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