Download tachyon-underfs-hdfs-0.8.0.jar file

Introduction

You can download tachyon-underfs-hdfs-0.8.0.jar in this page.

License

Open Source

Type List

tachyon-underfs-hdfs-0.8.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.tachyonproject/tachyon-underfs-hdfs/pom.properties
META-INF/maven/org.tachyonproject/tachyon-underfs-hdfs/pom.xml
META-INF/services/tachyon.underfs.UnderFileSystemFactory
tachyon.underfs.hdfs.HdfsUnderFileSystem.class
tachyon.underfs.hdfs.HdfsUnderFileSystemFactory.class
tachyon.underfs.hdfs.HdfsUnderFileSystemUtils.class

Pom

tachyon-underfs-hdfs-0.8.0.pom file content.

<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.8.0</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>

POM Entry

<dependency>
   <groupId>org.tachyonproject</groupId>
   <artifactId>tachyon-underfs-hdfs</artifactId>
   <version>0.8.0</version>
</dependency>

Download

If you think the following tachyon-underfs-hdfs-0.8.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download tachyon-underfs-hdfs-0.8.0.jar file




PreviousNext

Related