You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beam.apache.org by Robert Bradshaw <ro...@google.com.INVALID> on 2016/05/27 19:37:54 UTC

Where's my PCollection.map()?

Hi all!

One of the questions that often gets asked is why Beam has PTransforms
for everything instead of having methods on PCollection. This morning
I published a blog post explaining some of the design considerations
and history that went into designing the Beam SDK.

http://beam.incubator.apache.org/blog/2016/05/27/where-is-my-pcollection-dot-map.html

Happy reading,
Robert

Re: Where's my PCollection.map()?

Posted by Ben Chambers <bc...@google.com.INVALID>.
Nice post Robert! Thanks for writing up the rationale.

On Fri, May 27, 2016 at 12:38 PM Robert Bradshaw
<ro...@google.com.invalid> wrote:

> Hi all!
>
> One of the questions that often gets asked is why Beam has PTransforms
> for everything instead of having methods on PCollection. This morning
> I published a blog post explaining some of the design considerations
> and history that went into designing the Beam SDK.
>
>
> http://beam.incubator.apache.org/blog/2016/05/27/where-is-my-pcollection-dot-map.html
>
> Happy reading,
> Robert
>