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