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-Daniel Cryans (JIRA)" <ji...@apache.org> on 2013/12/02 23:14:36 UTC

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

    [ https://issues.apache.org/jira/browse/HBASE-10068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13836981#comment-13836981 ] 

Jean-Daniel Cryans commented on HBASE-10068:
--------------------------------------------

That's how ruby, which the shell is built with, works. It concatenates strings laid out like this.

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