Re: need assistance debugging a strange build failure...

2018-11-06 Thread shane knapp
btw, this is a compilation error in the SBT build that only shows up on the ubuntu workers. On Mon, Nov 5, 2018 at 5:07 PM shane knapp wrote: > the maven build is quite happy: > > https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-maven-hadoop-2.7-ubuntu-testing/ > > i've wiped all the

Re: need assistance debugging a strange build failure...

2018-11-05 Thread shane knapp
the maven build is quite happy: https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-maven-hadoop-2.7-ubuntu-testing/ i've wiped all the cached deps from .ivy2 on one ubuntu worker, pinned the build to that (research-jenkins-worker-08) and re-launched the sbt build. let's see if it fails i

Re: need assistance debugging a strange build failure...

2018-11-05 Thread Wenchen Fan
Have you tried Maven instead of SBT? This looks like a Java dependency problem, e.g. a wrong version of Avro is picked. On Tue, Nov 6, 2018 at 8:30 AM shane knapp wrote: > i'm really close (for real: really close!) on the ubuntu port... but one > build has been a thorn in my side and i was wond

need assistance debugging a strange build failure...

2018-11-05 Thread shane knapp
i'm really close (for real: really close!) on the ubuntu port... but one build has been a thorn in my side and i was wondering if i could get some extra eyes on this as i grind through the remaining few pieces of my own personal system dependency hell. :) the job in question is: https://amplab.c