Le 09/04/2015 19:38, Chris K Wensel a écrit :
> the guava issue I think is somehow resolved indirectly with how Tez is
> built and published, it only crops up for me if you attempt a local
> build, which happens when you apply patches locally, and unnecessary
> with a 0.6.1 release.

I've been hit by this very early on, while trying to run the
app/scalding/cascading/tez stack. Even though I don't have many
dependencies beyond scalding/cascading, at build time, SBT complains the
guava situation is a bit messy:

[warn]  * com.google.guava:guava:(11.0.2, 14.0.1, 11.0.1, 15.0, 13.0, 12.0.1) 
-> 16.0.1

and then at run time, tez jars failed to load as the Stopwatch interface
from 15.x onwards isn't compatible with the guava-11.0.2 tez is built with.

There might be ways around that /(me not running a fatjar from "sbt
assembly" in the first place, perhaps ;) )/ but this'd certainly help
move that out of the way.
   
    -- Cyrille

Reply via email to