ZhaoWei wrote:
From: stack <[EMAIL PROTECTED]>
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

Reply via email to