[
https://issues.apache.org/jira/browse/HADOOP-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HADOOP-2156:
--------------------------
Attachment: 2156.patch
Patch that adds test for empty table name.
> BufferUnderflowException for un-named HTableDescriptors
> -------------------------------------------------------
>
> Key: HADOOP-2156
> URL: https://issues.apache.org/jira/browse/HADOOP-2156
> Project: Hadoop
> Issue Type: Bug
> Components: contrib/hbase
> Affects Versions: 0.15.0
> Reporter: Stu Hood
> Priority: Trivial
> Fix For: 0.16.0
>
> Attachments: 2156.patch
>
>
> Passing an HTableDescriptor without a name to
> HBaseAdmin.createTable(HTableDescriptor) causes a
> java.nio.BufferUnderflowException.
> Reproduce by creating an HTableDescriptor with the default constructor and
> passing to createTable.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.