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 09:48:45 UTC

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

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


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


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

Posted by "Billy Pearson (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-704:
------------------------

    Attachment: 704.patch

Hey Billy:

Sorry, there was a typo in the new shell help.  There was a missing comma after the 't1'.  The attached patch which I've applied fixes the typo and adds some more create table examples that hopefully will help.

If the new help text is sufficient, please close this issue.  Open new issues for other places that help is lacking and I'll address them.

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


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

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reassigned HBASE-704:
---------------------------

    Assignee: stack

> 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
>            Assignee: stack
>            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.