You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Billy Pearson (JIRA)" <ji...@apache.org> on 2008/06/25 23:04:45 UTC

[jira] Resolved: (HBASE-704) update new shell docs and commands on help menu

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

Billy Pearson resolved HBASE-704.
---------------------------------

    Resolution: Fixed

Looks good now

> update new shell docs and commands on help menu
> -----------------------------------------------
>
>                 Key: HBASE-704
>                 URL: https://issues.apache.org/jira/browse/HBASE-704
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.2.0
>            Reporter: Billy Pearson
>            Priority: Blocker
>             Fix For: 0.2.0
>
>         Attachments: 704.patch
>
>
> From the help screen on the new shell
> {code}
> [root@s2 hbase]# hbase shell
> HBase Shell; enter 'help<RETURN>' for list of supported commands.
> Version: 0.2.0-dev, r670701, Wed Jun 25 02:27:19 CDT 2008
> hbase(main):001:0> create 't1' {NAME => 'f1', VERSIONS => 5}
> SyntaxError: (hbase):2: , unexpected tLCURLY
> {code}
> The help menu gives the above example on creating table in hbase but it does not work!
> If we release this for the new shell examples need to be more clear. I have not been able to create a table using the new shell yet,
> Also might be worth adding the old shell back in and remove it after we release 2.0 or at lease until we work out the bugs in new client. If it would not require much updating to keep it current with the new api.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.