NoSuchColumnFamilyException to contain machine-readable attributes
------------------------------------------------------------------
Key: HBASE-3414
URL: https://issues.apache.org/jira/browse/HBASE-3414
Project: HBase
Issue Type: Improvement
Components: client
Affects Versions: 0.20.6
Reporter: Fol De Rol
Priority: Minor
I have a project assuming dynamic HBase schema and I would like to be able to
create tables and families on the fly. For performance reasons, I was going to
react to exceptions like NoSuchColumnFamilyException rather than checking for
family validity, alter the table appropriately and repeat the put(). However,
it turned out that this exception only contains a human-readable message.
Please add two more fields to this class: table and family names.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.