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

stack resolved HBASE-4937.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.94.0
         Assignee: stack

Committed to trunk.  Thanks for the doc bug report Ryan.
                
> Error in Quick Start Shell Exercises
> ------------------------------------
>
>                 Key: HBASE-4937
>                 URL: https://issues.apache.org/jira/browse/HBASE-4937
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Ryan Berdeen
>            Assignee: stack
>             Fix For: 0.94.0
>
>         Attachments: 4937.txt
>
>
> The shell exercises in the Quick Start 
> (http://hbase.apache.org/book/quickstart.html) starts
> {code}
> hbase(main):003:0> create 'test', 'cf'
> 0 row(s) in 1.2200 seconds
> hbase(main):003:0> list 'table'
> test
> 1 row(s) in 0.0550 seconds
> {code}
> It looks like the second command is wrong. Running it, the actual output is
> {code}
> hbase(main):001:0> create 'test', 'cf'
> 0 row(s) in 0.3630 seconds
> hbase(main):002:0> list 'table'
> TABLE                                                                         
>                                                                               
>                                                           
> 0 row(s) in 0.0100 seconds
> {code}
> The argument to list should be 'test', not 'table', and the output in the 
> example is missing the {{TABLE}} line.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to