Re: Go build failure

2018-05-29 Thread Colm O hEigeartaigh
> On 28/05/2018 16:57, Jean-Baptiste Onofré wrote: > > Hi Colm, > > > > it worked for me (with build) during the weekend. > > > > Do you have golang installed on your machine ? > > > > Regards > > JB > > > > On 28/05/2018 16:50, Colm O h

Go build failure

2018-05-28 Thread Colm O hEigeartaigh
/go/.gogradle/project_gopath GOROOT=/home/coheig/.gradle/go/binary/1.10/go GOOS=linux GOARCH=amd64 Should the gradle configuration be setting up Go, or is it a requirement to install it separately? Or is this failure caused by something else? Thanks, Colm. -- Colm O hEigeartaigh Talend Co

Maven build broken

2018-04-26 Thread Colm O hEigeartaigh
o made to the pom: + shadow project(path: ":beam-sdks-java-fn-execution", configuration: "shadow") shadow library.java.slf4j_api + shadowTest project(path: ":beam-runners-core-construction-java", configuration: "shadowTest") Colm. -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com

Go SDK build failures with maven

2018-04-19 Thread Colm O hEigeartaigh
ormat in Errorf call: 1 needed but 2 args Colm. -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com

Re: Go SDK build failures with maven

2018-04-20 Thread Colm O hEigeartaigh
e Go streaming PR independently of the build tooling. >> Let me take a look. >> >> On Thu, Apr 19, 2018 at 7:09 AM Colm O hEigeartaigh <cohei...@apache.org> >> wrote: >> >>> Hi all, >>> >>> Is the Apache Maven build still maintained?

Re: [DISCUSS] - Separate JIRA notifications to a new mailing list

2018-10-15 Thread Colm O hEigeartaigh
t; > >> > Le jeudi 11 octobre 2018 à 14:44 > >> +0200, Robert Bradshaw a écrit : > >> >> Huge +1 from me too. > >> >> On Thu, O

Re: [DISCUSS] Move beam_SeedJob notifications to another email address

2018-10-22 Thread Colm O hEigeartaigh
to dev@, > can we move it to either commits@ or another dedicated email address > (maybe create a new one)? > > -Rui > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com

Re: Python docs build error

2018-10-22 Thread Colm O hEigeartaigh
; > Best, > > Max > > > > [1] https://github.com/apache/beam/pull/6737 > > > > On 22.10.18 12:55, Colm O hEigeartaigh wrote: > >> Hi all, > >> > >> The following command: ./gradlew :beam-sdks-python:docs gives me the > >

Python docs build error

2018-10-22 Thread Colm O hEigeartaigh
ing or is there an issue here? Thanks, Colm. -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com

Re: [DISCUSS] Separate Jenkins notifications to a new mailing list

2018-10-15 Thread Colm O hEigeartaigh
separate build notifications. > > WDYT? > > Kenn > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com

python tests run as part of 'javaPreCommit'

2018-10-16 Thread Colm O hEigeartaigh
Hi all, Just a quick question - I was wondering why the python tests/build run as part of the 'javaPreCommit' task? i.e. executing "./gradlew build :javaPreCommit" leads to python tests being run as well, which is not something you might expect from the name of the task. Colm.

Re: python tests run as part of 'javaPreCommit'

2018-10-16 Thread Colm O hEigeartaigh
hole-project `build`, which weirdly in > Gradle means "build and test". Since it is one commandline, all the > necessary steps for both tasks will be in one dependency graph so they > won't be executed twice. > > Kenn > > On Tue, Oct 16, 2018 at 6:11 AM Colm O hEigeartaigh &

[DISCUSS] - Separate JIRA notifications to a new mailing list

2018-10-11 Thread Colm O hEigeartaigh
ifications to go to an email list called "commits". As a reference point - Apache CXF maintains a "commits" list for git notifications and "issues" for JIRA notifications: http://cxf.apache.org/mailing-lists.html Thanks! Colm. -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com

Re: [RELEASE] Tracking 2.18

2019-12-05 Thread Colm O hEigeartaigh
Could we get this one in 2.18 as well? https://issues.apache.org/jira/browse/BEAM-8861 Colm. On Wed, Dec 4, 2019 at 8:02 PM Udi Meiri wrote: > Following the release calendar, I plan on cutting the 2.18 release branch > today. > > There are currently 8 release blockers >

Re: Question on SerializableCoder

2020-03-27 Thread Colm O hEigeartaigh
; 1: > https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/harness/JvmInitializer.java > 2: > https://docs.oracle.com/javase/10/core/serialization-filtering1.htm#JSCOR-GUID-952E2328-AB66-4412-8B6B-3BCCB3195C25 > > On Thu, Mar 26, 2020 at 4:51

Re: Question on SerializableCoder

2020-03-26 Thread Colm O hEigeartaigh
the threat model here. Is this the event that the >>> runner (managed service or bespoke cluster) is compromised and is >>> attempting RCE on the Java SDK harness or runner-specific Java-based worker? >>> >> >>> >> Kenn >>> >> >>&g

Question on SerializableCoder

2020-03-19 Thread Colm O hEigeartaigh
Hi, I have a question on SerializableCoder. I'm looking at hardening the Java Object deserialization that is taking place. We have a "Class type" that is used to decode the input stream: ObjectInputStream ois = new ObjectInputStream(inStream); return type.cast(ois.readObject()); What I would

Re: Question on SerializableCoder

2020-03-23 Thread Colm O hEigeartaigh
te is an edge case, but > changing coder is not supported by any runner I know of, and probably won't > be until we have some rather large new ideas. > > Kenn > > On Thu, Mar 19, 2020 at 4:50 AM Colm O hEigeartaigh > wrote: > >> Hi, >> >> I have a question on Se