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 C1E35D276 for ; Fri, 21 Sep 2012 17:38:07 +0000 (UTC) Received: (qmail 52163 invoked by uid 500); 21 Sep 2012 17:38:07 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 52120 invoked by uid 500); 21 Sep 2012 17:38: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 52109 invoked by uid 99); 21 Sep 2012 17:38: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 17:38:07 +0000 Date: Sat, 22 Sep 2012 04:38:07 +1100 (NCT) From: "Jay Shipper (JIRA)" To: notifications@accumulo.apache.org Message-ID: <733171588.108411.1348249087497.JavaMail.jiratomcat@arcas> In-Reply-To: <869611630.102425.1348146247713.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (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:all-tabpanel ] Jay Shipper updated ACCUMULO-768: --------------------------------- Attachment: ACCUMULO-768.patch Updated to include change in latex manual > 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, 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