You can download alluxio-underfs-hdfs-1.4.0.jar in this page.
Apache License
alluxio-underfs-hdfs-1.4.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.alluxio/alluxio-underfs-hdfs/pom.properties META-INF/maven/org.alluxio/alluxio-underfs-hdfs/pom.xml META-INF/services/alluxio.underfs.UnderFileSystemFactory alluxio.underfs.hdfs.HdfsUnderFileInputStream.class alluxio.underfs.hdfs.HdfsUnderFileSystem.class alluxio.underfs.hdfs.HdfsUnderFileSystemFactory.class alluxio.underfs.hdfs.HdfsUnderFileSystemUtils.class
alluxio-underfs-hdfs-1.4.0.pom file content.
<!-- The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 (the "License"). You may not use this work except in compliance with the License, which is available at www.apache.org/licenses/LICENSE-2.0 This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, as more fully set forth in the License. See the NOTICE file distributed with this work for information regarding copyright ownership. --> <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.alluxio</groupId> <artifactId>alluxio-underfs</artifactId> <version>1.4.0</version> </parent> <artifactId>alluxio-underfs-hdfs</artifactId> <name>Alluxio Under File System - HDFS</name> <description>HDFS Under File System implementation</description> <properties> <!-- These need to be defined here as well as in the parent pom so that mvn can run properly from sub-project directories --> <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.alluxio</groupId> <artifactId>alluxio-core-common</artifactId> <version>${project.version}</version> </dependency> <!-- Other projects' test-jars --> <dependency> <groupId>org.alluxio</groupId> <artifactId>alluxio-core-common</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.alluxio</groupId> <artifactId>alluxio-underfs-hdfs</artifactId> <version>1.4.0</version> </dependency>
If you think the following alluxio-underfs-hdfs-1.4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download alluxio-underfs-hdfs-1.4.0.jar file