hbase listTables() broken?

2007-09-04 Thread Andrew Hitchcock
Hi, I've been playing around with HBase a little bit recently; writing some code to get an idea of how to use it. I noticed the listTables() method returned by an HConnection doesn't return what I expect. I don't know if this is a bug or if I'm just doing something wrong. I first created the

Re: hbase listTables() broken?

2007-09-04 Thread Inchul Song
Yes, I have also experienced this problem when implementing HQL commands for Hbase Shell. Given the fact that you and I both noticed the problem, there seems to be some problem in listTables(). I agree with you in making a new issue for the problem. Regards, Song On 9/4/07, Andrew Hitchcock

Re: hbase listTables() broken?

2007-09-04 Thread Jim Kellerman
Looks like a bug. Please open a Jira if you have not already done so. -Jim On Tue, 2007-09-04 at 00:24 -0700, Andrew Hitchcock wrote: Hi, I've been playing around with HBase a little bit recently; writing some code to get an idea of how to use it. I noticed the listTables() method returned