found a typographical error in the Beam documentation.

2017-03-07 Thread 성준영
In Beam Documentation - Programming Guide - Applying transform - Core Beam
transform - ParDo section




When you apply a ParDo transform, you’ll need to provide user code in the
form of a DoFn object. DoFn is a Beam SDK class that defines a distribured
processing function.




It is possible to grasp the meaning, But It is considered correct to change
distribured to distributed.


Re: Apache Beam (virtual) contributor meeting @ Tue Mar 7, 2017

2017-03-07 Thread Sergio Fernández
Thanks, Davor!

On Tue, Mar 7, 2017 at 3:20 AM, Davor Bonaci  wrote:

> Link: https://hangouts.google.com/hangouts/_/google.com/beam-dev-mtg
>
> I'll try to be available on Slack shortly before the meeting, just in case
> someone has trouble connecting.
>
> On Mon, Mar 6, 2017 at 9:27 AM, Amit Sela  wrote:
>
> > PayPal team will be there joined together.
> >
> > On Mon, Mar 6, 2017 at 7:23 PM Davor Bonaci  wrote:
> >
> > > Just a remainder that this is happening in about ~22 hours from now.
> Hope
> > > to see all of you there.
> > >
> > > On Thu, Mar 2, 2017 at 4:22 PM, Davor Bonaci  wrote:
> > >
> > > > I'd prefer not to record the video; just to keep things informal.
> > We'll,
> > > > however, keep the notes and share anything that may be relevant.
> > > >
> > > > On Thu, Mar 2, 2017 at 2:24 PM, Amit Sela 
> > wrote:
> > > >
> > > >> I'll be there!
> > > >>
> > > >> On Thu, Mar 2, 2017 at 1:06 PM Aljoscha Krettek <
> aljos...@apache.org>
> > > >> wrote:
> > > >>
> > > >> > Shoot, I can't because I already have another meeting scheduled.
> > Don't
> > > >> mind
> > > >> > me, though. Will you also maybe produce a video of the meeting?
> > > >> >
> > > >> > On Wed, 1 Mar 2017 at 21:50 Davor Bonaci 
> wrote:
> > > >> >
> > > >> > > Hi everyone,
> > > >> > > Based on the high demand [1], let's try to organize a virtual
> > > >> contributor
> > > >> > > meeting on Tuesday, March 7, 2017 at 15:00 UTC. For convenience,
> > > >> calendar
> > > >> > > link [2] and an .ics file are attached.
> > > >> > >
> > > >> > > I tried to accommodate as many time zones as possible, but I
> know
> > it
> > > >> > might
> > > >> > > be hard for some of us at 7 AM on the US west coast or 11 PM in
> > > China.
> > > >> > > Sorry about that.
> > > >> > >
> > > >> > > Let's use Google Hangouts as the video conferencing technology.
> I
> > > >> think
> > > >> > we
> > > >> > > may be limited to something like 30 participants, so I'd
> encourage
> > > any
> > > >> > > co-located contributors to consider joining together (if
> > > appropriate).
> > > >> > > Joining the meeting should be straightforward -- please find the
> > > link
> > > >> > > within. No special requirements that I'm aware of.
> > > >> > >
> > > >> > > Just to re-state the expectations:
> > > >> > > * This is totally optional and informal.
> > > >> > > * It is simply a chance for everyone to meet others and see the
> > > faces
> > > >> of
> > > >> > > people we share a common passion with.
> > > >> > > * No specific agenda.
> > > >> > > * An open discussion on any topic of interest to the contributor
> > > >> > community
> > > >> > > is
> > > >> > > welcome -- please feel free to bring up any topics you care
> about.
> > > >> > > * No formal discussion or decisions should to be made.
> > > >> > > * We'll keep notes and share them on the mailing list shortly
> > after
> > > >> the
> > > >> > > meeting.
> > > >> > >
> > > >> > > Thanks -- and hope to see all of you there!
> > > >> > >
> > > >> > > Davor
> > > >> > >
> > > >> > > [1]
> > > >> > >
> > > >> > https://lists.apache.org/thread.html/baf057b81c5f6d4127abada
> > > >> c165d923a224d34438fe67b71d73743ad@%3Cdev.beam.apache.org%3E
> > > >> > > [2]
> > > >> > >
> > > >> > https://calendar.google.com/calendar/event?action=TEMPLATE&;
> > > >> tmeid=a3A2MzdhaWdhdjByNWRibzZrN2ZnOG1kMTAgZGF2b3JAZ29vZ2xlLm
> > > >> NvbQ&tmsrc=davor%40google.com
> > > >> > >
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
>



-- 
Sergio Fernández
Partner Technology Manager
Redlink GmbH
m: +43 6602747925
e: sergio.fernan...@redlink.co
w: http://redlink.co


Re: found a typographical error in the Beam documentation.

2017-03-07 Thread Davor Bonaci
Indeed -- there's a typo on that page.

Would you be willing to submit a pull request to our website repository [1]
correcting this?

Thanks!

Davor

[1] https://github.com/apache/beam-site

On Tue, Mar 7, 2017 at 12:28 AM, 성준영  wrote:

> In Beam Documentation - Programming Guide - Applying transform - Core Beam
> transform - ParDo section
>
>
> 
>
> When you apply a ParDo transform, you’ll need to provide user code in the
> form of a DoFn object. DoFn is a Beam SDK class that defines a distribured
> processing function.
>
> 
>
>
> It is possible to grasp the meaning, But It is considered correct to change
> distribured to distributed.
>


Re: found a typographical error in the Beam documentation.

2017-03-07 Thread 성준영
A pull-request has been sent to the repository.

I am a student from Korea who is trying to join GSoC. I am very interested
in Apache Beam and I am working on translating the documentation into Korean
. If you are
interested, it would be a great honor for me.

Thanks for the quick answer :)


켜짐 2017년 3월 7일 에서 오후 11:50:58, Davor Bonaci (da...@apache.org) 작성됨:

Indeed -- there's a typo on that page.

Would you be willing to submit a pull request to our website repository [1]
correcting this?

Thanks!

Davor

[1] https://github.com/apache/beam-site

On Tue, Mar 7, 2017 at 12:28 AM, 성준영  wrote:

> In Beam Documentation - Programming Guide - Applying transform - Core
Beam
> transform - ParDo section
>
>
> 
>
> When you apply a ParDo transform, you’ll need to provide user code in the
> form of a DoFn object. DoFn is a Beam SDK class that defines a
distribured
> processing function.
>
> 
>
>
> It is possible to grasp the meaning, But It is considered correct to
change
> distribured to distributed.
>


shared location for IO IT resources (pipelineoptions/k8 scripts)

2017-03-07 Thread Stephen Sisk
hey,


It is the case that different IOs will be created that connect to the same
data stores - HadoopInputFormat in particular uses ES and cassandra, which
are also used in their respective IOs as well. Jdbc is likely to have the
same type of overlap.

This came up while reviewing https://github.com/apache/beam/pull/2177 so I
wanted to call this out. I wrote up a quick discussion of a plan for a
shared module for those resources here:
https://issues.apache.org/jira/browse/BEAM-1644

S


Re: found a typographical error in the Beam documentation.

2017-03-07 Thread Davor Bonaci
Thanks for the PR; it is now merged.

Regarding GSoC, please check the previous threads on this topic [1], [2].
You might be interested in checking some ideas being nominated [3].

Davor

[1]
https://lists.apache.org/thread.html/4e52cf18b2ed5a1bc457a894c04346b8b0ac713e22da069c67dc29ec@%3Cdev.beam.apache.org%3E
[2]
https://lists.apache.org/thread.html/7886fb5e8e024070741712899a18b4251592f9706ad0bc19e36a8226@%3Cdev.beam.apache.org%3E
[3]
https://issues.apache.org/jira/issues/?filter=12339687&jql=project%20%3D%20BEAM%20AND%20labels%20%3D%20gsoc2017

On Tue, Mar 7, 2017 at 7:05 AM, 성준영  wrote:

> A pull-request has been sent to the repository.
>
> I am a student from Korea who is trying to join GSoC. I am very interested
> in Apache Beam and I am working on translating the documentation into
> Korean
> . If you are
> interested, it would be a great honor for me.
>
> Thanks for the quick answer :)
>
>
> 켜짐 2017년 3월 7일 에서 오후 11:50:58, Davor Bonaci (da...@apache.org) 작성됨:
>
> Indeed -- there's a typo on that page.
>
> Would you be willing to submit a pull request to our website repository [1]
> correcting this?
>
> Thanks!
>
> Davor
>
> [1] https://github.com/apache/beam-site
>
> On Tue, Mar 7, 2017 at 12:28 AM, 성준영  wrote:
>
> > In Beam Documentation - Programming Guide - Applying transform - Core
> Beam
> > transform - ParDo section
> >
> >
> > 
> >
> > When you apply a ParDo transform, you’ll need to provide user code in the
> > form of a DoFn object. DoFn is a Beam SDK class that defines a
> distribured
> > processing function.
> >
> > 
> >
> >
> > It is possible to grasp the meaning, But It is considered correct to
> change
> > distribured to distributed.
> >
>


Report to the Board, March 2017 edition

2017-03-07 Thread Davor Bonaci
We are expected to submit a project report to the ASF Board of Directors
ahead of its next meeting. The report is due on Wednesday, 3/8.

This is the third is the series of three consecutive monthly reports
required for new projects.

If interested, please take a look at the draft [1], and comment or
contribute content, as appropriate. I'll submit the report sometime on
Wednesday.

Thanks!

Davor

[1]
https://docs.google.com/document/d/1eYBBIafwnbNUZj6Iqk0_kDhnqJ8PYkzVjipNm1v1RJs/