[
https://issues.apache.org/jira/browse/HBASE-7405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13544585#comment-13544585
]
Ted Yu commented on HBASE-7405:
-------------------------------
w.r.t. javadoc warning:
{code}
[WARNING] Javadoc Warnings
[WARNING]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/ColumnInterpreter.java:137:
warning - Tag @link: can't find initialize(P) in
org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
{code}
Here is related code:
{code}
- * will pass this to the {@link #initialize(ByteString)}
+ * will pass this to the {@link #initialize(P)}
...
+ public abstract void initialize(P msg);
{code}
Looks like the type parameter P was not recognized.
> Enforce PB ser/de for Aggregate protocol and associated ColumnInterpreter
> user code bits
> ----------------------------------------------------------------------------------------
>
> Key: HBASE-7405
> URL: https://issues.apache.org/jira/browse/HBASE-7405
> Project: HBase
> Issue Type: Sub-task
> Components: Coprocessors, Protobufs
> Reporter: Devaraj Das
> Assignee: Devaraj Das
> Fix For: 0.96.0
>
> Attachments: 7405-1.patch, 7405-2.patch, 7405-3.patch, 7405-4.patch,
> 7405-5.patch, 7405-6.patch
>
>
> Enforce PB ser/de for Aggregate protocol and associated ColumnInterpreter
> user code bits
--
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