Registry / utility / hadoop-shaded-guava

hadoop-shaded-guava

JSON →
library1.5.0javamavenunverified

A shaded version of the Guava library repackaged for use within Apache Hadoop to avoid version conflicts.

<dependency> <groupId>org.apache.hadoop.thirdparty</groupId> <artifactId>hadoop-shaded-guava</artifactId> <version>1.5.0</version> </dependency>
INSTALL
IMPORT
SIG · HADOOP-SHADED-GUAV
H
hadoop-shaded-guava
utilityjavav1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ImmutableList
org.apache.hadoop.thirdparty.com.google.common.collect.ImmutableList

Minimal snippet showing usage of the shaded Guava ImmutableList.

import org.apache.hadoop.thirdparty.com.google.common.collect.ImmutableList; public class Main { public static void main(String[] args) { ImmutableList<String> list = ImmutableList.of("a", "b"); System.out.println(list); } }
Debug
Known issues
breakingUses shaded Guava classes under a different package; mixing with standard Guava may cause class conflicts.
fix
Ensure you do not have both standard Guava and this shaded version on the classpath, or use only the shaded version.
affects: all versions
Upgrade
Version history
1.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
hadoop-shaded-guava — mvn dependency:get hadoop-shaded-guava · libregistry