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:08:43 UTC

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

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