Re: [VOTE] Release 2.1.0, release candidate #2

2017-08-07 Thread Jean-Baptiste Onofré
Hi Kenn, As said, I just gave an extra couple of days to Stas and I to try to fix the issue. However, we didn't fix it yet, and I'm still struggling to find the exact cause as we have different tests failures. So, I will cut RC3 as it is and we will fix the tests issue for 2.2.0 that we can

Re: [PROPOSAL] Merge gearpump-runner to master

2017-08-07 Thread Paul Findlay
Cheers team. I have found a compilation issue on master (in CreateGearpumpPCollectionView), attached is a small patch Kind regards, Paul On Tue, Aug 8, 2017 at 4:10 PM, Manu Zhang wrote: > Thanks Kenn!!! Thanks everyone!!! It's a great achievement for us. > > On Tue,

Re: [PROPOSAL] Merge gearpump-runner to master

2017-08-07 Thread Manu Zhang
Thanks Kenn!!! Thanks everyone!!! It's a great achievement for us. On Tue, Aug 8, 2017 at 7:54 AM Kenneth Knowles wrote: > Done! > > On Fri, Jul 21, 2017 at 11:08 PM, Jean-Baptiste Onofré > wrote: > > > +1 > > > > Regards > > JB > > > > On Jul 22,

Re: Proposed API for a Whole File IO

2017-08-07 Thread Chris Hebert
Hello again, I created tickets to capture these requests: https://issues.apache.org/jira/browse/BEAM-2750 https://issues.apache.org/jira/browse/BEAM-2751 I've started working on the Write part. Robert, after some time working on this, I'm unable to see how these objectives can be "entirely done

Build failed in Jenkins: beam_SeedJob #376

2017-08-07 Thread Apache Jenkins Server
See -- GitHub pull request #3668 of commit 9441564998f8dfc82e39d51fff1db75af256cad6, no merge conflicts. Setting status of 9441564998f8dfc82e39d51fff1db75af256cad6 to PENDING with url

Re: [VOTE] Release 2.1.0, release candidate #2

2017-08-07 Thread Eugene Kirpichov
If https://issues.apache.org/jira/browse/BEAM-2671 is a 2.1.0 blocker then https://issues.apache.org/jira/browse/BEAM-1868 also should be, because it's a failure of another method in the same test and I suppose it indicates brokenness to the same extent. Or both shouldn't. Given the progress so

Re: Proposal : An extension for sketch-based statistics

2017-08-07 Thread Kenneth Knowles
This is a great development! I have wanted Beam to have a library of sketches. What Eugene is referring to is the fact that you can write Combine.perKey(combineFn) to use these in a transform but also StateSpecs.combiningState(combineFn) to use them in a stateful ParDo. So it is good to make the

Jenkins build is back to normal : beam_SeedJob #377

2017-08-07 Thread Apache Jenkins Server
See

Re: [VOTE] Release 2.1.0, release candidate #2

2017-08-07 Thread Kenneth Knowles
I agree with Eugene's proposal. Suppose it takes days to grok and fix CreateStreamTest. If we compare delaying 2.1.0 versus releasing it immediately and starting 2.2.0: - Users get 2.1.0 ASAP and then 2.2.0 in days - Users get 2.1.0 in days The now-failing tests were flaky, and we have

Re: [PROPOSAL] Merge gearpump-runner to master

2017-08-07 Thread Kenneth Knowles
Done! On Fri, Jul 21, 2017 at 11:08 PM, Jean-Baptiste Onofré wrote: > +1 > > Regards > JB > > On Jul 22, 2017, 05:06, at 05:06, Kenneth Knowles > wrote: > >+1 to this! > > > >I really want to call out the longevity of contribution behind this, >

Jenkins build is still unstable: beam_SeedJob #375

2017-08-07 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_SeedJob #374

2017-08-07 Thread Apache Jenkins Server
See

Re: Should Pipeline wait till all processing time timers fire before exit?

2017-08-07 Thread Kenneth Knowles
On Thu, Aug 3, 2017 at 7:05 AM, Lukasz Cwik wrote: > On Wed, Jul 26, 2017 at 12:23 PM, Robert Bradshaw < > rober...@google.com.invalid> wrote: > > > On Wed, Jul 26, 2017 at 7:45 AM, Lukasz Cwik > > wrote: > > > Robert, in your case where