[ 
https://issues.apache.org/jira/browse/CRUNCH-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Josh Wills updated CRUNCH-398:
------------------------------

    Attachment: CRUNCH-398b.patch

Integrated against the other Scrunch patches and updated with javadocs and 
integration tests.

> Add increment and incrementIf functions to Scrunch APIs
> -------------------------------------------------------
>
>                 Key: CRUNCH-398
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-398
>             Project: Crunch
>          Issue Type: Bug
>          Components: Scrunch
>            Reporter: Josh Wills
>         Attachments: CRUNCH-398.patch, CRUNCH-398b.patch
>
>
> Got this cool idea from one of my customers: allow people to write one-liner 
> counter increment functions on top of Scrunch, ala:
> val pc: PCollection[S] = ...
> pc.map(...)
>     .increment("CounterGroup", "CounterValue")
>     .incrementIf(x => x.foo == "bar")("CounterGroup", "CheckBar")
> etc.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to