Skip to content
  • Marcelo Vanzin's avatar
    f9e56945
    [SPARK-5466] Add explicit guava dependencies where needed. · f9e56945
    Marcelo Vanzin authored
    One side-effect of shading guava is that it disappears as a transitive
    dependency. For Hadoop 2.x, this was masked by the fact that Hadoop
    itself depends on guava. But certain versions of Hadoop 1.x also
    shade guava, leaving either no guava or some random version pulled
    by another dependency on the classpath.
    
    So be explicit about the dependency in modules that use guava directly,
    which is the right thing to do anyway.
    
    Author: Marcelo Vanzin <vanzin@cloudera.com>
    
    Closes #4272 from vanzin/SPARK-5466 and squashes the following commits:
    
    e3f30e5 [Marcelo Vanzin] Dependency for catalyst is not needed.
    d3b2c84 [Marcelo Vanzin] [SPARK-5466] Add explicit guava dependencies where needed.
    f9e56945
    [SPARK-5466] Add explicit guava dependencies where needed.
    Marcelo Vanzin authored
    One side-effect of shading guava is that it disappears as a transitive
    dependency. For Hadoop 2.x, this was masked by the fact that Hadoop
    itself depends on guava. But certain versions of Hadoop 1.x also
    shade guava, leaving either no guava or some random version pulled
    by another dependency on the classpath.
    
    So be explicit about the dependency in modules that use guava directly,
    which is the right thing to do anyway.
    
    Author: Marcelo Vanzin <vanzin@cloudera.com>
    
    Closes #4272 from vanzin/SPARK-5466 and squashes the following commits:
    
    e3f30e5 [Marcelo Vanzin] Dependency for catalyst is not needed.
    d3b2c84 [Marcelo Vanzin] [SPARK-5466] Add explicit guava dependencies where needed.
Loading