Re: Debugging Python Dataflow workflow installation failure

2019-04-22 Thread Ahmet Altay
Hi Chris, I am guess this is the same question as the StackOverflow question ( https://stackoverflow.com/questions/55729163/google-dataflow-with-python-failed-to-install-workflow-exit-status-1). I dropped a comment there for clarification. Let's use StackOverflow for this question. Ahmet On Mon,

Beam Summit at ApacheCon

2019-04-22 Thread Austin Bennett
Beam Summit will be at ApacheCon this year -- please consider submitting! Dates for Beam Summit 11 and 12 September 2019. There are other tracks at ApacheCon during this and on other dates too. https://www.apachecon.com/acna19/cfp.html

Meetups in London, Stockholm + recordings

2019-04-22 Thread Matthias Baetens
Hi everyone, Happy to announce 2 meetups for the next week(s): - *London *is having its second meetup of the year on *01/05/2019 in Level39, Canary Wharf

Re: AvroUtils converting generic record to Beam Row causes class cast exception

2019-04-22 Thread Rui Wang
I see. I created this PR [1] to ask feedback from the reviewer who knows better on Avro in Beam. -Rui [1]: https://github.com/apache/beam/pull/8376 On Sun, Apr 21, 2019 at 11:19 PM Vishwas Bm wrote: > Hi Rui, > > I checked the AvroUtils code. There is a static intializer block basically > it

Re: Debugging Python Dataflow workflow installation failure

2019-04-22 Thread Niklas Hansson
Don’t think it is linked :) was a bit fast to answer before. Don’t know how to debug. But home some one else can help out. On Mon, 22 Apr 2019 at 17:08, Niklas Hansson wrote: > Hi, > > Could be due to PR relate to Beam [3072]. Will check later > > > > On Mon, 22 Apr 2019 at 17:05, Chris Swart w

Re: Debugging Python Dataflow workflow installation failure

2019-04-22 Thread Niklas Hansson
Hi, Could be due to PR relate to Beam [3072]. Will check later On Mon, 22 Apr 2019 at 17:05, Chris Swart wrote: > Hey, > > I am working migrating some of our Dataflow pipelines from beam 2.4.0 and > facing issues with `Failed to install packages: failed to install workflow: > exit status 1` >

Debugging Python Dataflow workflow installation failure

2019-04-22 Thread Chris Swart
Hey, I am working migrating some of our Dataflow pipelines from beam 2.4.0 and facing issues with `Failed to install packages: failed to install workflow: exit status 1` My approach to debug this so far as has been building the package tar in a Docker container and installing form there to see if