[
https://issues.apache.org/jira/browse/HBASE-15818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matteo Bertozzi updated HBASE-15818:
------------------------------------
Description:
Unable to create a table with multiple families (as suggested by the Examples)
also the shell is exiting. (I only tested 1.2 and 2.0 and have the problem, 1.1
seems to be ok)
{noformat}
hbase(main):001:0> create ‘t1’, ‘f1’, ‘f2’, ‘f3’
ERROR: wrong number of arguments (0 for 1)
Examples:
hbase> create 't1', 'f1', 'f2', 'f3'
{noformat}
was:
Unable to create a table with multiple families (as suggested by the Examples)
also the shell is exiting. (I only tested 1.2 and 2.0 but it may be in every
version)
{noformat}
hbase(main):001:0> create ‘t1’, ‘f1’, ‘f2’, ‘f3’
ERROR: wrong number of arguments (0 for 1)
Examples:
hbase> create 't1', 'f1', 'f2', 'f3'
{noformat}
> Shell create ‘t1’, ‘f1’, ‘f2’, ‘f3’ wrong number of arguments
> --------------------------------------------------------------
>
> Key: HBASE-15818
> URL: https://issues.apache.org/jira/browse/HBASE-15818
> Project: HBase
> Issue Type: Bug
> Components: shell
> Affects Versions: 2.0.0, 1.2.1
> Reporter: Matteo Bertozzi
> Priority: Critical
> Fix For: 2.0.0, 1.3.0, 1.2.2
>
>
> Unable to create a table with multiple families (as suggested by the Examples)
> also the shell is exiting. (I only tested 1.2 and 2.0 and have the problem,
> 1.1 seems to be ok)
> {noformat}
> hbase(main):001:0> create ‘t1’, ‘f1’, ‘f2’, ‘f3’
> ERROR: wrong number of arguments (0 for 1)
> Examples:
> hbase> create 't1', 'f1', 'f2', 'f3'
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)