[
https://issues.apache.org/jira/browse/HBASE-8066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13601790#comment-13601790
]
Ted Yu commented on HBASE-8066:
-------------------------------
This patch introduced the following javadoc warnings:
{code}
[WARNING] Javadoc Warnings
[WARNING]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java:992:
warning - @param argument "table" is not a parameter name.
[WARNING]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java:992:
warning - @param argument "split" is not a parameter name.
[WARNING]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java:1008:
warning - @param argument "table" is not a parameter name.
[WARNING]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java:1008:
warning - @param argument "split" is not a parameter name.
{code}
Please fix them.
> Provide Admin.isTableAvailable() for a given table along with splitkeys
> -----------------------------------------------------------------------
>
> Key: HBASE-8066
> URL: https://issues.apache.org/jira/browse/HBASE-8066
> Project: HBase
> Issue Type: Improvement
> Components: Client
> Affects Versions: 0.95.0
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Priority: Minor
> Fix For: 0.95.0, 0.98.0
>
> Attachments: HBASE-8066_1.patch, HBASE-8066.patch
>
>
> As part of HBASE-5583 if the master reboots during creation of table there is
> a chance that the table gets created with partial split keys. This api helps
> to check if the table was created with the required number of splitkeys.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira