I was trying to show that with Beam's built-in DoFNs, you could actually do something without creating a lambda. I think that's a big feature of Beam that you could do something real without having to write every single thing.
On Wed, Dec 7, 2016 at 10:59 AM Frances Perry <[email protected]> wrote: > Instead of adding this as a new example, should we figure out how to unify > it with the java 7 [1] and java 8 [2] versions of MinimalWordCount? > Everyone loves lambdas, so we should get them into the WordCount > walkthrough [3]! > > [1] > https://github.com/apache/incubator-beam/blob/master/examples/java/src/main/java/org/apache/beam/examples/MinimalWordCount.java > [2] > https://github.com/apache/incubator-beam/blob/master/examples/java8/src/main/java/org/apache/beam/examples/MinimalWordCountJava8.java > [3] http://beam.incubator.apache.org/get-started/wordcount-example/ > > > On Wed, Dec 7, 2016 at 10:14 AM, Jean-Baptiste Onofré <[email protected]> > wrote: > > Good idea Neelesh ! > > definitively something we can add to the beam-samples (great complement to > what I have on my github). > > Regards > JB > > On 12/07/2016 07:10 PM, Neelesh Salian wrote: > > Perhaps we can add this to our examples. > Thank you Jesse. :) > > On Wed, Dec 7, 2016 at 10:07 AM, Jean-Baptiste Onofré <[email protected] > <mailto:[email protected]>> wrote: > > Awesome ! > > Thanks Jesse ! > > Regards > JB > > On 12/07/2016 06:22 PM, Jesse Anderson wrote: > > I wrote a post on the smallest WordCount > <http://www.jesse-anderson.com/2016/12/beams-pico-wordcount/ > <http://www.jesse-anderson.com/2016/12/beams-pico-wordcount/>> I > could > write. I go through everything line by line and talk about some > of the > newest DoFNs that allow you to easily run regular expressions in a > distributed way. > > Thanks, > > Jesse > > > > -- > Jean-Baptiste Onofré > [email protected] <mailto:[email protected]> > http://blog.nanthrax.net > Talend - http://www.talend.com > > > > > -- > Neelesh Srinivas Salian > Customer Operations Engineer > > * > * > * > * > > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com > > >
