[
https://issues.apache.org/jira/browse/HBASE-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164204#comment-13164204
]
Hudson commented on HBASE-4937:
-------------------------------
Integrated in HBase-TRUNK #2523 (See
[https://builds.apache.org/job/HBase-TRUNK/2523/])
HBASE-4937 Error in Quick Start Shell Exercises
stack :
Files :
* /hbase/trunk/src/docbkx/getting_started.xml
> 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