I was under the impression that the guava version varies for different hadoop distributions and versions, also guava is not strictly backwards compatible. Is that not the case?
On Tue, Nov 24, 2015 at 10:30 PM, Thomas Weise <[email protected]> wrote: > We do it for ASM. But why do we need to use a different guava version? > > > On Tue, Nov 24, 2015 at 10:27 PM, Timothy Farkas <[email protected]> > wrote: > > > Flink shades the guava dependency so that Flink can use a version of > guava > > that is different from the one provided by the hadoop distribution. Is > this > > something that we should be doing as well? > > > > https://github.com/apache/flink/blob/master/flink-shaded-hadoop/pom.xml > > >
