On Mon, Apr 24, 2017 at 10:49 PM, Olaf Flebbe <[email protected]> wrote: > Hi, > > When nobody fixes our CI these kind of errors got unnoticed.
Agree. This is pretty embarrassing :-( I was planning to spend some time on 1.2.1 and do some CI improvements as part of that -- but it looks like it only will be possible in the 2nd half of May :-( > I changed the CI job from > ./gradlew allclean $CONFIGURE_NEXUS $COMPONENTS-pkg ; ./gradlew repo' > to > ./gradlew allclean $CONFIGURE_NEXUS $COMPONENTS-pkg && ./gradlew repo' > > This will destroy the all-blue CI. > > > Back to the error: > > > https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=hadoop,OS=ubuntu-16.04/46/console > > The error can clearly be seen in the logfile > > Dependency convergence error for org.apache.zookeeper:zookeeper:3.4.10 paths > to dependency are: > +-org.apache.hadoop:hadoop-yarn-server-tests:2.7.3 > +-org.apache.hadoop:hadoop-common:2.7.3 > +-org.apache.hadoop:hadoop-auth:2.7.3 > +-org.apache.zookeeper:zookeeper:3.4.10 > > > Seems like hadoop checks and enforces zookeeper version. Great catch! Thanks, Roman.
