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.

Reply via email to