Re: Master build fails ?

2015-11-06 Thread Steve Loughran
> On 5 Nov 2015, at 20:07, Marcelo Vanzin wrote: > > Man that command is slow. Anyway, it seems guava 16 is being brought > transitively by curator 2.6.0 which should have been overridden by the > explicit dependency on curator 2.4.0, but apparently, as Steve > mentioned,

Re: Master build fails ?

2015-11-06 Thread Steve Loughran
> On 6 Nov 2015, at 17:35, Marcelo Vanzin wrote: > > On Fri, Nov 6, 2015 at 2:21 AM, Steve Loughran wrote: >> Maven's closest-first policy has a different flaw, namely that its not >> always obvious why a guava 14.0 that is two hops of

Re: Master build fails ?

2015-11-06 Thread Koert Kuipers
if there is no strong preference for one dependencies policy over another, but consistency between the 2 systems is desired, then i believe maven can be made to behave like ivy pretty easily with a setting in the pom On Fri, Nov 6, 2015 at 5:21 AM, Steve Loughran wrote:

Re: Master build fails ?

2015-11-06 Thread Ted Yu
Since maven is the preferred build vehicle, ivy style dependencies policy would produce surprising results compared to today's behavior. I would suggest staying with current dependencies policy. My two cents. On Fri, Nov 6, 2015 at 6:25 AM, Koert Kuipers wrote: > if there

Re: Master build fails ?

2015-11-06 Thread Marcelo Vanzin
On Fri, Nov 6, 2015 at 2:21 AM, Steve Loughran wrote: > Maven's closest-first policy has a different flaw, namely that its not always > obvious why a guava 14.0 that is two hops of transitiveness should take > priority over a 16.0 version three hops away. Especially when

Re: Master build fails ?

2015-11-05 Thread Steve Loughran
SBT/ivy pulls in the most recent version of a JAR in, whereas maven pulls in the "closest", where closest is lowest distance/depth from the root. > On 5 Nov 2015, at 18:53, Marcelo Vanzin wrote: > > Seems like it's an sbt issue, not a maven one, so "dependency:tree" >

Re: Master build fails ?

2015-11-05 Thread Marcelo Vanzin
have problem after SPARK-11073 where the HashCodes import was added. >> >> Regards, >> Dilip Biswal >> Tel: 408-463-4980 >> dbis...@us.ibm.com >> >> >> >> From:Ted Yu <yuzhih...@gmail.com> >>

Re: Master build fails ?

2015-11-05 Thread Ted Yu
; > Regards, > Dilip Biswal > Tel: 408-463-4980 > dbis...@us.ibm.com > > > > From:Ted Yu <yuzhih...@gmail.com> > To:Dilip Biswal/Oakland/IBM@IBMUS > Cc:Jean-Baptiste Onofré <j...@nanthrax.net>, "dev@spark.apache.org&

Re: Master build fails ?

2015-11-05 Thread Marcelo Vanzin
am building on CentOS and on master branch. >>>> >>>> One other thing, i was able to build fine with the above command up until >>>> recently. I think i have stared >>>> to have problem after SPARK-11073 where th

Re: Master build fails ?

2015-11-05 Thread Dilip Biswal
Cc: "dev@spark.apache.org" <dev@spark.apache.org> Date: 11/03/2015 07:20 AM Subject: Re: Master build fails ? Hi Ted, thanks for the update. The build with sbt is in progress on my box. Regards JB On 11/03/2015 03:31 PM, Ted Yu wrote: > Interesting, Sbt builds

Re: Master build fails ?

2015-11-05 Thread Marcelo Vanzin
Seems like it's an sbt issue, not a maven one, so "dependency:tree" might not help. Still, the command line would be helpful. I use sbt and don't see this. On Thu, Nov 5, 2015 at 10:44 AM, Marcelo Vanzin wrote: > Hi Jeff, > > On Tue, Nov 3, 2015 at 2:50 AM, Jeff Zhang

Re: Master build fails ?

2015-11-05 Thread Ted Yu
v@spark.apache.org" <dev@spark.apache.org> > Date:11/03/2015 07:20 AM > Subject:Re: Master build fails ? > -- > > > > Hi Ted, > > thanks for the update. The build with sbt is in progress on my box. > >

Re: Master build fails ?

2015-11-05 Thread Marcelo Vanzin
Hi Jeff, On Tue, Nov 3, 2015 at 2:50 AM, Jeff Zhang wrote: > Looks like it's due to guava version conflicts, I see both guava 14.0.1 and > 16.0.1 under lib_managed/bundles. Anyone meet this issue too ? What command line are you using to build? Can you run "mvn dependency:tree"

Re: Master build fails ?

2015-11-05 Thread Dilip Biswal
fré <j...@nanthrax.net>, "dev@spark.apache.org" <dev@spark.apache.org> Date: 11/05/2015 10:46 AM Subject: Re: Master build fails ? Dilip: Can you give the command you used ? Which release were you building ? What OS did you build on ? Cheers On Thu, Nov 5, 2015 at

Re: Master build fails ?

2015-11-05 Thread Marcelo Vanzin
e problem after SPARK-11073 where the HashCodes import was added. >>> >>> Regards, >>> Dilip Biswal >>> Tel: 408-463-4980 >>> dbis...@us.ibm.com >>> >>> >>> >>> From:Ted Yu <yuzhih...@gmail.com> >>> T

Re: Master build fails ?

2015-11-05 Thread Marcelo Vanzin
ssembly >>>>> >>>>> I am building on CentOS and on master branch. >>>>> >>>>> One other thing, i was able to build fine with the above command up until >>>>> recently. I think i have stared >>>>> to have problem aft

Re: Master build fails ?

2015-11-04 Thread Jacek Laskowski
Hi, It appears it's time to switch to my lovely sbt then! Pozdrawiam, Jacek -- Jacek Laskowski | http://blog.japila.pl | http://blog.jaceklaskowski.pl Follow me at https://twitter.com/jaceklaskowski Upvote at http://stackoverflow.com/users/1305344/jacek-laskowski On Tue, Nov 3, 2015 at 2:58

Re: Master build fails ?

2015-11-03 Thread Jean-Baptiste Onofré
Hi Ted, thanks for the update. The build with sbt is in progress on my box. Regards JB On 11/03/2015 03:31 PM, Ted Yu wrote: Interesting, Sbt builds were not all failing: https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/ FYI On Tue, Nov 3, 2015 at 5:58 AM, Jean-Baptiste Onofré