[
https://issues.apache.org/jira/browse/HADOOP-8896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106719#comment-14106719
]
Hudson commented on HADOOP-8896:
--------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk #654 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk/654/])
HADOOP-8896. Javadoc points to Wrong Reader and Writer classes in SequenceFile
(Ray Chiang via aw) (aw:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1619632)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/SequenceFile.java
> 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
> Assignee: Ray Chiang
> Priority: Trivial
> Labels: sequence-file
> Fix For: 3.0.0, 2.6.0
>
> Attachments: HADOOP-8896-02.patch, HADOOP-8896-03.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)