Jar examples for h:hadoop-azure
This module contains code to support integration with Azure. Currently this consists of a filesystem client to read data from and write data to Azure Storage.
You can download jar file hadoop-azure 2.7.0 in this page.
Apache License
You can use the following script to add hadoop-azure-2.7.0.jar to your project.
<dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-azure</artifactId> <version>2.7.0</version> </dependency>
compile group: 'org.apache.hadoop', name: 'hadoop-azure', version: '2.7.0'
libraryDependencies += "org.apache.hadoop" % "hadoop-azure" % "2.7.0"
<dependency org="org.apache.hadoop" name="hadoop-azure" rev="2.7.0"/>
@Grapes(@Grab(group='org.apache.hadoop', module='hadoop-azure', version='2.7.0'))
'org.apache.hadoop:hadoop-azure:jar:2.7.0'
Click the following link to download the jar file.
hadoop-azure-2.7.0-javadoc.jar