| 组织ID: |
org.tachyonproject |
| 项目ID: |
tachyon-underfs-hdfs |
| 版本: |
0.7.1 |
| 最后修改时间: |
2018-07-25 19:41:31 |
| 包类型: |
jar |
| 标题: |
Tachyon Under File System - HDFS |
| 描述: |
HDFS Under File System implementation |
| 大小: |
11.12KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs-hdfs</artifactId>
<version>0.7.1</version>
</dependency>
|
| Gradle引入代码: |
org.tachyonproject:tachyon-underfs-hdfs:0.7.1
|
| 下载Jar包: |
|
| POM文件内容: |
<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>org.tachyonproject</groupId>
<artifactId>tachyon-underfs</artifactId>
<version>0.7.1</version>
</parent>
<artifactId>tachyon-underfs-hdfs</artifactId>
<name>Tachyon Under File System - HDFS</name>
<description>HDFS Under File System implementation</description>
<properties>
<license.header.path>${project.parent.parent.basedir}/build/license/</license.header.path>
<checkstyle.path>${project.parent.parent.basedir}/build/checkstyle/</checkstyle.path>
<findbugs.path>${project.parent.parent.basedir}/build/findbugs/</findbugs.path>
</properties>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-common</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/tachyon.underfs.UnderFileSystemFactory
tachyon.underfs.hdfs.HdfsUnderFileSystem$1.class
tachyon.underfs.hdfs.HdfsUnderFileSystem.class
tachyon.underfs.hdfs.HdfsUnderFileSystemFactory.class
tachyon.underfs.hdfs.HdfsUnderFileSystemUtils.class
META-INF/maven/org.tachyonproject/tachyon-underfs-hdfs/pom.xml
META-INF/maven/org.tachyonproject/tachyon-underfs-hdfs/pom.properties
|
| 依赖Jar: |
tachyon-common-${project.version}.jar
/org.tachyonproject/tachyon-common/${project.version}
查看tachyon-common所有版本文件
|