Jar examples for h:hadoop-aws
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.3 in this page.
Apache License
You can use the following script to add hadoop-aws-2.7.3.jar to your project.
<dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-aws</artifactId> <version>2.7.3</version> </dependency>
compile group: 'org.apache.hadoop', name: 'hadoop-aws', version: '2.7.3'
libraryDependencies += "org.apache.hadoop" % "hadoop-aws" % "2.7.3"
<dependency org="org.apache.hadoop" name="hadoop-aws" rev="2.7.3"/>
@Grapes(@Grab(group='org.apache.hadoop', module='hadoop-aws', version='2.7.3'))
'org.apache.hadoop:hadoop-aws:jar:2.7.3'
Click the following link to download the jar file.
hadoop-aws-2.7.3-javadoc.jar