Tables created from 0.2.0 shell aren't loadably by using the HTable "Text"
constructor
--------------------------------------------------------------------------------------
Key: HBASE-777
URL: https://issues.apache.org/jira/browse/HBASE-777
Project: Hadoop HBase
Issue Type: Bug
Components: client
Affects Versions: 0.2.0
Reporter: Todd Lipcon
Priority: Minor
Using the old shell I was able to use CREATE TABLE to create a table named
'RelatedAlbums' and then access it from Java using new HTable(conf, new
Text("RelatedAlbums")).
Using the new shell, trying to use 'create' from the irb shell and then that
same constructor results in the table not being found.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.