You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by ZhaoWei <wz...@gmail.com> on 2008/07/07 12:11:28 UTC

Re: missing tables

From: stack <st...@duboce.net>
Subject: Re: missing tables
Date: Thu, 19 Jun 2008 06:56:22 -0700

> hbase> list
> hbase> exists 'allusers_counters'
> hbase> create 'allusers_counters', 'pageSize:', 'firstPageId:', etc.
These commands are not in the shell, what's them?

> Can also do:
> 
> hbase> scan '.META.'
> 
> Look for instances of regions that have 'allusers_counters' as prefix.
> 
> Lets try and figure whats broken.
> 
> By the way, in TRUNK, the client API now has overrides so you can pass 
> plain String rather than have to make Text instances.  So in the below 
> you could have just done "admin.tableExists('allusers_counters')".
> 
> St.Ack
> 
> 
> 
> Look at output and see if any mention of
> 
> Krzysztof Szlapinski wrote:
> > Hi all,
> > I got this problem of tables that are present in the hbase but hbase 
> > "is not fully aware" of their presence

Re: missing tables

Posted by stack <st...@duboce.net>.
ZhaoWei wrote:
> From: stack <st...@duboce.net>
> Subject: Re: missing tables
> Date: Thu, 19 Jun 2008 06:56:22 -0700
>
>   
>> hbase> list
>> hbase> exists 'allusers_counters'
>> hbase> create 'allusers_counters', 'pageSize:', 'firstPageId:', etc.
>>     
> These commands are not in the shell, what's them?
>   

I thought you were working with TRUNK Zhao Wei?  If so, perhaps you have 
not run 'svn update' recently?  Shell was filled out a couple of weeks 
ago.  For more, see: http://wiki.apache.org/hadoop/Hbase/Shell.
St.Ack
>   
>> Can also do:
>>
>> hbase> scan '.META.'
>>
>> Look for instances of regions that have 'allusers_counters' as prefix.
>>
>> Lets try and figure whats broken.
>>
>> By the way, in TRUNK, the client API now has overrides so you can pass 
>> plain String rather than have to make Text instances.  So in the below 
>> you could have just done "admin.tableExists('allusers_counters')".
>>
>> St.Ack
>>
>>
>>
>> Look at output and see if any mention of
>>
>> Krzysztof Szlapinski wrote:
>>     
>>> Hi all,
>>> I got this problem of tables that are present in the hbase but hbase 
>>> "is not fully aware" of their presence
>>>