Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CCACD268 for ; Fri, 21 Sep 2012 16:47:08 +0000 (UTC) Received: (qmail 5648 invoked by uid 500); 21 Sep 2012 16:47:08 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 5605 invoked by uid 500); 21 Sep 2012 16:47:07 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 5589 invoked by uid 99); 21 Sep 2012 16:47:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 16:47:07 +0000 Date: Sat, 22 Sep 2012 03:47:07 +1100 (NCT) From: "Billie Rinaldi (JIRA)" To: notifications@accumulo.apache.org Message-ID: <2136199920.108267.1348246027661.JavaMail.jiratomcat@arcas> In-Reply-To: <869611630.102425.1348146247713.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (ACCUMULO-768) Typo in User Manual on MapReduce Analytics 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/ACCUMULO-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13460613#comment-13460613 ] Billie Rinaldi commented on ACCUMULO-768: ----------------------------------------- A committer will still have to apply the patch. I haven't done this yet because there is another place where the error must be corrected, in the latex manual (docs/src/user_manual). There is actually a process for generating the web manual from the latex manual, though someday I would like to make the web manual the canonical version and just generate a pdf manual from it. > Typo in User Manual on MapReduce Analytics > ------------------------------------------ > > Key: ACCUMULO-768 > URL: https://issues.apache.org/jira/browse/ACCUMULO-768 > Project: Accumulo > Issue Type: Bug > Components: docs > Affects Versions: 1.4.0 > Reporter: Jay Shipper > Assignee: Jay Shipper > Priority: Minor > Fix For: 1.4.0 > > Attachments: ACCUMULO-768.patch > > > This typo can be found on: http://accumulo.apache.org/1.4/user_manual/Analytics.html (also applies to older versions of manual) > The reduce function signature is incorrect. Instead of: > public void reduce(WritableComparable key, Iterator values, Context c) > It should be: > public void reduce(WritableComparable key, Iterable values, Context c) -- 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