Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6465111FDA for ; Thu, 21 Aug 2014 23:58:18 +0000 (UTC) Received: (qmail 39261 invoked by uid 500); 21 Aug 2014 23:58:18 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 39212 invoked by uid 500); 21 Aug 2014 23:58:18 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 39197 invoked by uid 99); 21 Aug 2014 23:58:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2014 23:58:18 +0000 Date: Thu, 21 Aug 2014 23:58:18 +0000 (UTC) From: "Allen Wittenauer (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-8896) Javadoc points to Wrong Reader and Writer classes in SequenceFile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-8896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer updated HADOOP-8896: ------------------------------------- Resolution: Fixed Fix Version/s: 2.6.0 3.0.0 Status: Resolved (was: Patch Available) +1. Committing to trunk and branch-2. Thanks! > 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)