You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Edward Yoon (JIRA)" <ji...@apache.org> on 2007/12/03 07:06:43 UTC

[jira] Created: (HADOOP-2332) [Hbase Shell] Meta table data selection in Hbase Shell

[Hbase Shell] Meta table data selection in Hbase Shell
------------------------------------------------------

                 Key: HADOOP-2332
                 URL: https://issues.apache.org/jira/browse/HADOOP-2332
             Project: Hadoop
          Issue Type: Bug
          Components: contrib/hbase
    Affects Versions: 0.16.0
            Reporter: Edward Yoon
            Assignee: Edward Yoon
             Fix For: 0.16.0


{code}
I tried select * from .META.; but no luck from shell.
Billy.
{code}

It have some bug in Parser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2332) [Hbase Shell] Meta table data selection in Hbase Shell

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548238 ] 

Hudson commented on HADOOP-2332:
--------------------------------

Integrated in Hadoop-Nightly #322 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/322/])

> [Hbase Shell] Meta table data selection in Hbase Shell
> ------------------------------------------------------
>
>                 Key: HADOOP-2332
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2332
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>    Affects Versions: 0.16.0
>            Reporter: Edward Yoon
>            Assignee: Edward Yoon
>             Fix For: 0.16.0
>
>         Attachments: 2332.patch
>
>
> {code}
> I tried select * from .META.; but no luck from shell.
> Billy.
> {code}
> It have some bug in Parser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2332) [Hbase Shell] Meta table data selection in Hbase Shell

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

Edward Yoon updated HADOOP-2332:
--------------------------------

    Attachment: 2332.patch

Fixed.

{code}
hql > select * from -ROOT-;
+-------------------------+-------------------------+-------------------------+
| Row                     | Column                  | Cell                    |
+-------------------------+-------------------------+-------------------------+
| .META.,,1               | info:regioninfo         | regionname: .META.,,1, s|
|                         |                         | tartKey: <>, tableDesc: |
|                         |                         | {name: .META., families:|
|                         |                         |  {info:={name: info, max|
|                         |                         |  versions: 1, compressio|
|                         |                         | n: NONE, in memory: fals|
|                         |                         | e, max length: 214748364|
|                         |                         | 7, bloom filter: none}}}|
+-------------------------+-------------------------+-------------------------+
| .META.,,1               | info:server             | 127.0.0.1:42631         |
+-------------------------+-------------------------+-------------------------+
| .META.,,1               | info:serverstartcode    | 1196706197950           |
+-------------------------+-------------------------+-------------------------+
3 row(s) in set. (0.29 sec)
hql > select * from .META.;
+-------------------------+-------------------------+-------------------------+
| Row                     | Column                  | Cell                    |
+-------------------------+-------------------------+-------------------------+
| udanax,,1196710128877   | info:regioninfo         | regionname: udanax,,1196|
|                         |                         | 710128877, startKey: <>,|
|                         |                         |  tableDesc: {name: udana|
|                         |                         | x, families: {a:={name: |
|                         |                         | a, max versions: 3, comp|
|                         |                         | ression: NONE, in memory|
|                         |                         | : false, max length: 214|
|                         |                         | 7483647, bloom filter: n|
|                         |                         | one}, b:={name: b, max v|
|                         |                         | ersions: 3, compression:|
|                         |                         |  NONE, in memory: false,|
|                         |                         |  max length: 2147483647,|
|                         |                         |  bloom filter: none}}}  |
+-------------------------+-------------------------+-------------------------+
| udanax,,1196710128877   | info:server             | 127.0.0.1:42631         |
+-------------------------+-------------------------+-------------------------+
| udanax,,1196710128877   | info:serverstartcode    | 1196706197950           |
+-------------------------+-------------------------+-------------------------+
3 row(s) in set. (0.05 sec)
hql > exit;
{code}

> [Hbase Shell] Meta table data selection in Hbase Shell
> ------------------------------------------------------
>
>                 Key: HADOOP-2332
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2332
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>    Affects Versions: 0.16.0
>            Reporter: Edward Yoon
>            Assignee: Edward Yoon
>             Fix For: 0.16.0
>
>         Attachments: 2332.patch
>
>
> {code}
> I tried select * from .META.; but no luck from shell.
> Billy.
> {code}
> It have some bug in Parser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2332) [Hbase Shell] Meta table data selection in Hbase Shell

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547933 ] 

stack commented on HADOOP-2332:
-------------------------------

Oh, I tried it... and yeah, it fixes not being able to select from catalog tables -ROOT- and .META.;

> [Hbase Shell] Meta table data selection in Hbase Shell
> ------------------------------------------------------
>
>                 Key: HADOOP-2332
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2332
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>    Affects Versions: 0.16.0
>            Reporter: Edward Yoon
>            Assignee: Edward Yoon
>             Fix For: 0.16.0
>
>         Attachments: 2332.patch
>
>
> {code}
> I tried select * from .META.; but no luck from shell.
> Billy.
> {code}
> It have some bug in Parser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2332) [Hbase Shell] Meta table data selection in Hbase Shell

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

Edward Yoon updated HADOOP-2332:
--------------------------------

    Status: Patch Available  (was: Open)

Submitting.
I'd like to commit to TRUNK.

> [Hbase Shell] Meta table data selection in Hbase Shell
> ------------------------------------------------------
>
>                 Key: HADOOP-2332
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2332
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>    Affects Versions: 0.16.0
>            Reporter: Edward Yoon
>            Assignee: Edward Yoon
>             Fix For: 0.16.0
>
>         Attachments: 2332.patch
>
>
> {code}
> I tried select * from .META.; but no luck from shell.
> Billy.
> {code}
> It have some bug in Parser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2332) [Hbase Shell] Meta table data selection in Hbase Shell

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547748 ] 

Hadoop QA commented on HADOOP-2332:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12370810/2332.patch
against trunk revision r600244.

    @author +1.  The patch does not contain any @author tags.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1240/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1240/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1240/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1240/console

This message is automatically generated.

> [Hbase Shell] Meta table data selection in Hbase Shell
> ------------------------------------------------------
>
>                 Key: HADOOP-2332
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2332
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>    Affects Versions: 0.16.0
>            Reporter: Edward Yoon
>            Assignee: Edward Yoon
>             Fix For: 0.16.0
>
>         Attachments: 2332.patch
>
>
> {code}
> I tried select * from .META.; but no luck from shell.
> Billy.
> {code}
> It have some bug in Parser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2332) [Hbase Shell] Meta table data selection in Hbase Shell

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

stack updated HADOOP-2332:
--------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed. Resolving.  Thanks for the fix Edward.

> [Hbase Shell] Meta table data selection in Hbase Shell
> ------------------------------------------------------
>
>                 Key: HADOOP-2332
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2332
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>    Affects Versions: 0.16.0
>            Reporter: Edward Yoon
>            Assignee: Edward Yoon
>             Fix For: 0.16.0
>
>         Attachments: 2332.patch
>
>
> {code}
> I tried select * from .META.; but no luck from shell.
> Billy.
> {code}
> It have some bug in Parser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.