| License |
License |
|---|---|
| GroupId | GroupIdch.cern.hadoop |
| ArtifactId | ArtifactIdhadoop-azure |
| Last Version | Last Version3.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Hadoop Azure support
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.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hadoop-azure-3.2.1.pom | |
| hadoop-azure-3.2.1.jar | 154 KB |
| hadoop-azure-3.2.1-tests.jar | 165 KB |
| hadoop-azure-3.2.1-test-sources.jar | 104 KB |
| hadoop-azure-3.2.1-sources.jar | 124 KB |
| hadoop-azure-3.2.1-javadoc.jar | 894 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-azure/ -->
<dependency>
<groupId>ch.cern.hadoop</groupId>
<artifactId>hadoop-azure</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-azure/
implementation 'ch.cern.hadoop:hadoop-azure:3.2.1'
// https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-azure/
implementation ("ch.cern.hadoop:hadoop-azure:3.2.1")
'ch.cern.hadoop:hadoop-azure:jar:3.2.1'
<dependency org="ch.cern.hadoop" name="hadoop-azure" rev="3.2.1">
<artifact name="hadoop-azure" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hadoop', module='hadoop-azure', version='3.2.1')
)
libraryDependencies += "ch.cern.hadoop" % "hadoop-azure" % "3.2.1"
[ch.cern.hadoop/hadoop-azure "3.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.6 |
| com.microsoft.azure : azure-storage | jar | 7.0.0 |
| com.google.guava : guava | jar | 27.0-jre |
| org.eclipse.jetty : jetty-util-ajax | jar | 9.3.24.v20180605 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |
| org.codehaus.jackson : jackson-core-asl | jar | 1.9.13 |
| org.wildfly.openssl : wildfly-openssl | jar | 1.0.7.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.hadoop : hadoop-common | jar | 3.2.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.8 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.apache.hadoop : hadoop-common | test-jar | 3.2.1 |
| org.apache.hadoop : hadoop-mapreduce-client-jobclient | jar | 3.2.1 |
| org.apache.hadoop : hadoop-distcp | jar | 3.2.1 |
| org.apache.hadoop : hadoop-distcp | test-jar | 3.2.1 |
| log4j : log4j | jar | 1.2.17 |
| javax.ws.rs : jsr311-api | jar | 1.1.1 |
| org.mockito : mockito-all | jar | 1.8.5 |