"Table '.META.' does not exist." in trunk
-----------------------------------------
Key: HBASE-463
URL: https://issues.apache.org/jira/browse/HBASE-463
Project: Hadoop HBase
Issue Type: Bug
Affects Versions: 0.2.0
Reporter: Bryan Duxbury
Priority: Blocker
Fix For: 0.2.0
I attempted to try out HBASE-458, and discovered that I couldn't create a table
in shell at all on a fresh trunk.
{code}
hql > show tables;
error msg : org.apache.hadoop.hbase.TableNotFoundException: Table '.META.' does
not exist.
{code}
I tried wiping out my dfs to see if that made a difference, and it didn't.
This is a big problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.