You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ryan Berdeen (Created) (JIRA)" <ji...@apache.org> on 2011/12/02 17:05:40 UTC

[jira] [Created] (HBASE-4937) Error in Quick Start Shell Exercises

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

        

[jira] [Commented] (HBASE-4937) Error in Quick Start Shell Exercises

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Commented] (HBASE-4937) Error in Quick Start Shell Exercises

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164285#comment-13164285 ] 

Hudson commented on HBASE-4937:
-------------------------------

Integrated in HBase-TRUNK-security #24 (See [https://builds.apache.org/job/HBase-TRUNK-security/24/])
    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

        

[jira] [Resolved] (HBASE-4937) Error in Quick Start Shell Exercises

Posted by "stack (Resolved) (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] [Updated] (HBASE-4937) Error in Quick Start Shell Exercises

Posted by "stack (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-4937:
-------------------------

    Attachment: 4937.txt

Patch to fix Ryan's observation.
                
> 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
>         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