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

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]

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

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

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

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

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