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

Josh Wills resolved CRUNCH-398.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8.3
                   0.10.0

Master and 0.8

> 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
>             Fix For: 0.10.0, 0.8.3
>
>         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