Download elephant-bird-hadoop-compat-4.8.jar file

Introduction

You can download elephant-bird-hadoop-compat-4.8.jar in this page.

License

Open Source

Type List

elephant-bird-hadoop-compat-4.8.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.twitter.elephantbird/elephant-bird-hadoop-compat/pom.properties
META-INF/maven/com.twitter.elephantbird/elephant-bird-hadoop-compat/pom.xml
com.twitter.elephantbird.util.HadoopCompat.class

Pom

elephant-bird-hadoop-compat-4.8.pom file content.

<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.twitter.elephantbird</groupId>
    <artifactId>elephant-bird</artifactId>
    <version>4.8</version>
    <relativePath>..</relativePath>
  </parent>

  <artifactId>elephant-bird-hadoop-compat</artifactId>
  <name>Elephant Bird Hadoop Compatibility</name>
  <description>Utilities for dealing with Hadoop incompatibilities between 1.x and 2.x</description>

  <dependencies>
    <dependency>
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-client</artifactId>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.twitter.elephantbird</groupId>
   <artifactId>elephant-bird-hadoop-compat</artifactId>
   <version>4.8</version>
</dependency>

Download

If you think the following elephant-bird-hadoop-compat-4.8.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download elephant-bird-hadoop-compat-4.8.jar file




PreviousNext

Related