Re: Hadoop-trunk commit jenkins job fails due to wrong version of protoc

2019-08-06 Thread Billie Rinaldi
I reopened INFRA-18244 to find out if there are any ubuntu 14.04 nodes left. Billie On Thu, Aug 1, 2019 at 6:30 PM Zhenyu Zheng wrote: > Hi, > > I'm quite new to hadoop and not very sure whether it is correct or not. By > checking the latest successful build log: > > https://builds.apache.org/j

Re: Hadoop-trunk commit jenkins job fails due to wrong version of protoc

2019-08-01 Thread Zhenyu Zheng
Or according to the BUILDING.txt in hadoop repo, protobuf-compiler is installed and also according to https://packages.ubuntu.com/search?keywords=protobuf-compiler&searchon=names the version is 3.0 On Thu, Aug 1, 2019 at 7:59 PM Szilard Nemeth wrote: > Hi, > > All hadoop-trunk builds are failing

Re: Hadoop-trunk commit jenkins job fails due to wrong version of protoc

2019-08-01 Thread Zhenyu Zheng
Hi, I'm quite new to hadoop and not very sure whether it is correct or not. By checking the latest successful build log: https://builds.apache.org/job/Hadoop-trunk-Commit/lastSuccessfulBuild/consoleFull it seems the os version is ubuntu 14.04 and in the later failling jobs, the os version is 18.0

Re: Hadoop-trunk commit jenkins job fails due to wrong version of protoc

2019-08-01 Thread Zhenyu Zheng
Hi, I'm quite new to hadoop and not very sure whether it is correct or not. By checking the latest successful build log: https://builds.apache.org/job/Hadoop-trunk-Commit/lastSuccessfulBuild/consoleFull it seems the os version is ubuntu 14.04 and in the later failling jobs, the os version is 18.0

Hadoop-trunk commit jenkins job fails due to wrong version of protoc

2019-08-01 Thread Szilard Nemeth
Hi, All hadoop-trunk builds are failing because of wrong version of protoc is being used. The version we are using is 3.0.0, however we should use 2.5.0 according to the build configuration. This makes hadoop-common fail to build. Here's a failed job as an example: https://builds.apache.org/job/H