HBASE-4937 Error in Quick Start Shell Exercises

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1211227 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-12-06 23:26:14 +00:00
parent bfa4e138c7
commit 83107d86d5
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ hbase(main):001:0&gt; </programlisting></para>
<para><programlisting>hbase(main):003:0&gt; create 'test', 'cf'
0 row(s) in 1.2200 seconds
hbase(main):003:0&gt; list 'table'
test
hbase(main):003:0&gt; list 'test'
..
1 row(s) in 0.0550 seconds
hbase(main):004:0&gt; put 'test', 'row1', 'cf:a', 'value1'
0 row(s) in 0.0560 seconds