[
https://issues.apache.org/jira/browse/HADOOP-8896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14103625#comment-14103625
]
Hadoop QA commented on HADOOP-8896:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12662780/HADOOP-8896-02.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation patch that doesn't require tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in
hadoop-common-project/hadoop-common:
org.apache.hadoop.ha.TestActiveStandbyElector
org.apache.hadoop.ha.TestZKFailoverController
{color:green}+1 contrib tests{color}. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-HADOOP-Build/4514//testReport/
Console output:
https://builds.apache.org/job/PreCommit-HADOOP-Build/4514//console
This message is automatically generated.
> Javadoc points to Wrong Reader and Writer classes in SequenceFile
> -----------------------------------------------------------------
>
> Key: HADOOP-8896
> URL: https://issues.apache.org/jira/browse/HADOOP-8896
> Project: Hadoop Common
> Issue Type: Improvement
> Components: documentation, io
> Affects Versions: 2.0.1-alpha
> Reporter: Timothy Mann
> Priority: Trivial
> Labels: sequence-file
> Attachments: HADOOP-8896-02.patch, HADOOP8896-01.patch
>
> Original Estimate: 1m
> Remaining Estimate: 1m
>
> Line 56 of org.apache.hadoop.io.SequenceFile refers to {@link Writer}, {@link
> Reader} in the javadoc comment describing the class SequenceFile. When the
> javadoc is built Reader and Writer link to java.io.Reader and java.io.Writer,
> respectively. However, they should instead refer to {@link
> SequenceFile.Reader} and {@link SequenceFile.Writer}.
--
This message was sent by Atlassian JIRA
(v6.2#6252)