Build failed in Jenkins: beam_Release_NightlySnapshot #729

2018-03-30 Thread Apache Jenkins Server
See Changes: [altay] Update streaming wordcount example and allign with the batch example. [github] Fix linter error in typehints. [wcn] Remove include directives for proto well-known-types.

Re: Gradle migration fixit: April 3

2018-03-30 Thread Romain Manni-Bucau
Yep - sorry if it was unclear. I know linux distro often do it (never understood why though). Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github |

Re: Gradle migration fixit: April 3

2018-03-30 Thread Reuven Lax
Here is the Kanban board tracking all the current tasks. It looks like 7 of them have already been closed over the past two days, so we're down to 19! https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=242 On Thu, Mar 29, 2018 at 11:21 PM Romain Manni-Bucau

Re: [PROPOSAL] Python 3 support

2018-03-30 Thread Robbe Sneyders
Thanks Ahmet and Robert, I think we can work on different subpackages in parallel, but it's important to apply the same strategy everywhere. I'm currently working on applying step 1 (was mostly done already) and 2 of the proposal to the coders subpackage to create a first pull request. We can

Re: [PROPOSAL] Python 3 support

2018-03-30 Thread Robert Bradshaw
On Fri, Mar 30, 2018 at 8:39 AM Robbe Sneyders wrote: > Thanks Ahmet and Robert, > > I think we can work on different subpackages in parallel, but it's > important to apply the same strategy everywhere. I'm currently working on > applying step 1 (was mostly done already)

Python postcommit and precommit

2018-03-30 Thread Udi Meiri
Hi, I noticed that Python precommit runs using this command: mvn clean install -pl sdks/python -am -amd while postcommit invocation is simply a bash script: bash sdks/python/run_postcommit.sh Both run unit tests via Tox, however since the runtime environment setup is configured in different

Re: [ANNOUCEMENT] New Foundation members!

2018-03-30 Thread Lukasz Cwik
Congrats all. On Fri, Mar 30, 2018 at 4:29 PM Pablo Estrada wrote: > Congratulations y'all! Very cool. > Best > -P. > > On Fri, Mar 30, 2018 at 4:09 PM Davor Bonaci wrote: > >> Now that this is public... please join me in welcoming three newly >> elected

Re: [ANNOUCEMENT] New Foundation members!

2018-03-30 Thread Ahmet Altay
Congratulations to all of you! On Fri, Mar 30, 2018, 4:29 PM Pablo Estrada wrote: > Congratulations y'all! Very cool. > Best > -P. > > On Fri, Mar 30, 2018 at 4:09 PM Davor Bonaci wrote: > >> Now that this is public... please join me in welcoming three

Re: [ANNOUCEMENT] New Foundation members!

2018-03-30 Thread Pablo Estrada
Congratulations y'all! Very cool. Best -P. On Fri, Mar 30, 2018 at 4:09 PM Davor Bonaci wrote: > Now that this is public... please join me in welcoming three newly elected > members of the Apache Software Foundation with ties to this community, who > were elected during the

Re: Golang Beam SDK GroupByKey not working when running locally

2018-03-30 Thread 8 Gianfortoni
Fix cc to correct Holden. On Fri, Mar 30, 2018 at 5:05 PM, 8 Gianfortoni <8...@tokentransit.com> wrote: > Hi dev team, > > I'm having a lot of trouble running any pipeline that calls GroupByKey. > Maybe I'm doing something wrong, but for some reason I cannot get > GroupByKey not to crash the

Re: Gradle migration fixit: April 3

2018-03-30 Thread Lukasz Cwik
I have started a doc[1] containing a Gradle primer to help people be more productive during the fixit day. Feel free to add/update comments and content. 1: https://docs.google.com/document/d/1EiTwEMD8FNhU4Ok6jthASpmK3-1hiAYzVTrdl8qBLrs/edit?usp=sharing On Fri, Mar 30, 2018 at 8:33 AM Reuven Lax

Re: Golang Beam SDK GroupByKey not working when running locally

2018-03-30 Thread 8 Gianfortoni
Oh, I forgot to mention that I pulled from master with this commit as latest: https://github.com/apache/beam/commit/95a524e52606de1467b5d8b2cc99263b8a111a8d On Fri, Mar 30, 2018, 5:09 PM 8 Gianfortoni <8...@tokentransit.com> wrote: > Fix cc to correct Holden. > > On Fri, Mar 30, 2018 at 5:05

Golang Beam SDK GroupByKey not working when running locally

2018-03-30 Thread 8 Gianfortoni
Hi dev team, I'm having a lot of trouble running any pipeline that calls GroupByKey. Maybe I'm doing something wrong, but for some reason I cannot get GroupByKey not to crash the program. I have edited wordcount.go and minimal_wordcount.go to work similarly to my own program, and it crashes for

Re: Adding a StepMetadataRegistry for Python SDK

2018-03-30 Thread Lukasz Cwik
+1 on minimizing creating new stuff that will be deleted but if it gets us to that goal faster it can still be worthwhile. On Thu, Mar 29, 2018 at 5:51 PM Robert Bradshaw wrote: > If I understand correctly, this is something runner-specific that would > live solely on the

Re: [ANNOUCEMENT] New Foundation members!

2018-03-30 Thread Aviem Zur
Congrats! On Sat, Mar 31, 2018 at 2:30 AM Ahmet Altay wrote: > Congratulations to all of you! > > > On Fri, Mar 30, 2018, 4:29 PM Pablo Estrada wrote: > >> Congratulations y'all! Very cool. >> Best >> -P. >> >> On Fri, Mar 30, 2018 at 4:09 PM Davor Bonaci

Re: [ANNOUCEMENT] New Foundation members!

2018-03-30 Thread Jean-Baptiste Onofré
Congrats ! Regards JB Le 31 mars 2018 à 01:09, à 01:09, Davor Bonaci a écrit: >Now that this is public... please join me in welcoming three newly >elected >members of the Apache Software Foundation with ties to this community, >who >were elected during the most recent Members'

Re: Golang Beam SDK GroupByKey not working when running locally

2018-03-30 Thread Henning Rohde
Hi 8, This is a bug in the Go SDK regarding direct output after GBK. As a workaround, if you change this signature func(word string, values func(*int) bool) (string, int) to func(word string, values func(*int) bool, emit func (string, int)) and emits the result instead of returning it, it

Re: [ANNOUCEMENT] New Foundation members!

2018-03-30 Thread Rafael Fernandez
Congratulations!!! On Fri, Mar 30, 2018 at 8:29 PM Aviem Zur wrote: > Congrats! > > On Sat, Mar 31, 2018 at 2:30 AM Ahmet Altay wrote: > >> Congratulations to all of you! >> >> >> On Fri, Mar 30, 2018, 4:29 PM Pablo Estrada wrote: >>

Re: [ANNOUCEMENT] New Foundation members!

2018-03-30 Thread Xin Wang
Congrats! 2018-03-31 12:31 GMT+08:00 Rafael Fernandez : > Congratulations!!! > > On Fri, Mar 30, 2018 at 8:29 PM Aviem Zur wrote: > >> Congrats! >> >> On Sat, Mar 31, 2018 at 2:30 AM Ahmet Altay wrote: >> >>> Congratulations to all of

Re: [ANNOUCEMENT] New Foundation members!

2018-03-30 Thread Reuven Lax
Congratulations! On Fri, Mar 30, 2018, 4:09 PM Davor Bonaci wrote: > Now that this is public... please join me in welcoming three newly elected > members of the Apache Software Foundation with ties to this community, who > were elected during the most recent Members' Meeting.

Re: [ANNOUCEMENT] New Foundation members!

2018-03-30 Thread Raghunandana Jayarama Reddy
Congratulations! Best, Raghu On Sat, Mar 31, 2018 at 1:17 AM Jean-Baptiste Onofré wrote: > Congrats ! > > Regards > JB > Le 31 mars 2018, à 01:09, Davor Bonaci a écrit: >> >> Now that this is public... please join me in welcoming three newly >> elected