Download hadoop-aws-2.7.0.jar file - Jar h

Jar examples for h:hadoop-aws

Description

This module contains code to support integration with Amazon Web Services. It also declares the dependencies needed to work with AWS services.

You can download jar file hadoop-aws 2.7.0 in this page.

License

Apache License

Build File

You can use the following script to add hadoop-aws-2.7.0.jar to your project.

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

Download

Click the following link to download the jar file.

hadoop-aws-2.7.0-javadoc.jar
hadoop-aws-2.7.0-sources.jar
hadoop-aws-2.7.0-test-sources.jar
hadoop-aws-2.7.0.jar
hadoop-aws-2.7.0.pom



Related Tutorials