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/21 14:04:07 UTC

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

    [ https://issues.apache.org/jira/browse/ACCUMULO-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13460438#comment-13460438 ] 

Jay Shipper commented on ACCUMULO-768:
--------------------------------------

Sorry for the rookie question, but can I apply the patch or does a committer have to do it?  If I can do it, what's the process for that?  Just a simple svn commit?
                
> 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<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