| 组织ID: |
com.twitter.elephantbird |
| 项目ID: |
elephant-bird-hadoop-compat |
| 版本: |
4.3 |
| 最后修改时间: |
2018-08-07 14:34:59 |
| 包类型: |
jar |
| 标题: |
Elephant Bird Hadoop Compatibility |
| 描述: |
Utilities for dealing with Hadoop incompatibilities between 1.x and 2.x |
| 大小: |
5.87KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird-hadoop-compat</artifactId>
<version>4.3</version>
</dependency>
|
| Gradle引入代码: |
com.twitter.elephantbird:elephant-bird-hadoop-compat:4.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?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.3</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>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.twitter.elephantbird.util.HadoopCompat.class
META-INF/maven/com.twitter.elephantbird/elephant-bird-hadoop-compat/pom.xml
META-INF/maven/com.twitter.elephantbird/elephant-bird-hadoop-compat/pom.properties
|
| 依赖Jar: |
|