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/30 08:37:45 UTC

[jira] Created: (HBASE-718) hbase shell help info

hbase shell help info
---------------------

                 Key: HBASE-718
                 URL: https://issues.apache.org/jira/browse/HBASE-718
             Project: Hadoop HBase
          Issue Type: Improvement
    Affects Versions: 0.2.0
            Reporter: Billy Pearson
            Priority: Trivial
             Fix For: 0.2.0


these lines below are in the alter table help section should not be using the words "create a table" should be something like "To alter a table to add columns 'xx', 'yy', 'zz' using all defaults" keep the confusion out of it.
{code}
           To create a table with an 'f1', 'f2', and 'f3' using all defaults:

           hbase> alter 't1', {NAME => 'f1'}, {NAME => 'f2'}, {NAME => 'f3'}
{code}

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


[jira] Resolved: (HBASE-718) hbase shell help info

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

stack resolved HBASE-718.
-------------------------

    Resolution: Fixed
      Assignee: stack

Thanks Billy for reporting.  Fixed.

> hbase shell help info
> ---------------------
>
>                 Key: HBASE-718
>                 URL: https://issues.apache.org/jira/browse/HBASE-718
>             Project: Hadoop HBase
>          Issue Type: Improvement
>    Affects Versions: 0.2.0
>            Reporter: Billy Pearson
>            Assignee: stack
>            Priority: Trivial
>             Fix For: 0.2.0
>
>
> these lines below are in the alter table help section should not be using the words "create a table" should be something like "To alter a table to add columns 'xx', 'yy', 'zz' using all defaults" keep the confusion out of it.
> {code}
>            To create a table with an 'f1', 'f2', and 'f3' using all defaults:
>            hbase> alter 't1', {NAME => 'f1'}, {NAME => 'f2'}, {NAME => 'f3'}
> {code}

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