[ https://issues.apache.org/jira/browse/HADOOP-4704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650809#action_12650809 ]
Chris Douglas commented on HADOOP-4704: --------------------------------------- In ResetableIterator: {noformat} * This interface defines an iterator interface that will help the reducer class * for re-grouping the values in the values iterator of the reduce method - * according the their source tags. Once the value re-grouped, the reducer can + * according the source tags. Once the value re-grouped, the reducer can * perform the cross product over the values in different groups. {noformat} The fix doesn't clarify much, here. The comment should probably read: {noformat} * This defines an iterator interface that will help the reducer class * re-group its input by source tags. Once the values are re-grouped, * the reducer will receive the cross product of values from different groups. {noformat} In HarFileSystem: {noformat} - // get the fs DataInputStream for the the underlying file - // look up the index. + // get the fs DataInputStream for the underlying file look up the index. {noformat} The two comments probably shouldn't be joined. The rest looks good > javadoc: "the the" => "the" > --------------------------- > > Key: HADOOP-4704 > URL: https://issues.apache.org/jira/browse/HADOOP-4704 > Project: Hadoop Core > Issue Type: Bug > Components: documentation > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Tsz Wo (Nicholas), SZE > Priority: Trivial > Attachments: 4704_20081120.java > > > Try searching "the the" in .java files. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.