Download hadoop-hdfs-3.1.0.jar file - Jar h

Jar examples for h:hadoop-hdfs

Description

Apache Hadoop HDFS

You can download jar file hadoop-hdfs 3.1.0 in this page.

License

Apache License

Build File

You can use the following script to add hadoop-hdfs-3.1.0.jar to your project.

<dependency>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-hdfs</artifactId>
   <version>3.1.0</version>
</dependency>
compile group: 'org.apache.hadoop', name: 'hadoop-hdfs', version: '3.1.0'
libraryDependencies += "org.apache.hadoop" % "hadoop-hdfs" % "3.1.0"
<dependency org="org.apache.hadoop" name="hadoop-hdfs" rev="3.1.0"/>
@Grapes(@Grab(group='org.apache.hadoop', module='hadoop-hdfs', version='3.1.0'))
'org.apache.hadoop:hadoop-hdfs:jar:3.1.0'

Download

Click the following link to download the jar file.

hadoop-hdfs-3.1.0-tests.jar
hadoop-hdfs-3.1.0.jar
hadoop-hdfs-3.1.0.pom



Related Tutorials