You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Shashi Singh (JIRA)" <ji...@apache.org> on 2013/12/02 23:10:35 UTC

[jira] [Created] (HBASE-10068) Create Table Issue

Shashi Singh created HBASE-10068:
------------------------------------

             Summary: Create Table Issue
                 Key: HBASE-10068
                 URL: https://issues.apache.org/jira/browse/HBASE-10068
             Project: HBase
          Issue Type: Bug
          Components: shell
    Affects Versions: 0.94.14
            Reporter: Shashi Singh
            Priority: Minor


Ran the following:
create 'Person' 'Table', 'Demography'

was expecting the shell would throw a syntax error,however, it created the table with the  name  PersonTable. There is a space between 'Person' and 'Table'.

I've pasted the screen text:

hbase(main):002:0> create 'Person' 'Table', 'Demography'
0 row(s) in 1.2050 seconds

hbase(main):003:0> list
TABLE
PersonTable
1 row(s) in 0.0330 seconds





--
This message was sent by Atlassian JIRA
(v6.1#6144)