You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jean-Marc Spaggiari (JIRA)" <ji...@apache.org> on 2013/03/05 13:29:13 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13593360#comment-13593360 ] 

Jean-Marc Spaggiari commented on HBASE-8004:
--------------------------------------------

Ram, have you tried to list and/or scan the table you have created to see if it's in a proper state? What's about hbck?
                
> 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: ramkrishna.s.vasudevan
>
> 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