You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Jay Shipper (JIRA)" <ji...@apache.org> on 2012/09/20 16:00:17 UTC

[jira] [Updated] (ACCUMULO-768) Typo in User Manual on MapReduce Analytics

     [ 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

Changed Iterator to Iterable on 1.4's user manual's Analytics page
                
> Typo in User Manual on MapReduce Analytics
> ------------------------------------------
>
>                 Key: ACCUMULO-768
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-768
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Jay Shipper
>            Priority: Minor
>         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<Text> values, Context c)
> It should be:
> public void reduce(WritableComparable key, Iterable<Text> 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