h

hadoop-mapreduce-client-hs

Files download
File Operation
hadoop-mapreduce-client-hs-2.7.2.jar download
hadoop-mapreduce-client-hs-2.7.2.pom download
hadoop-mapreduce-client-hs-2.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.hadoop</groupId>
  <artifactId>hadoop-mapreduce-client-hs</artifactId>
  <version>2.7.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hadoop:hadoop-mapreduce-client-hs:2.7.2'
Gradle Kotlin
implementation("org.apache.hadoop:hadoop-mapreduce-client-hs:2.7.2")
Scala SBT
libraryDependencies += "org.apache.hadoop" % "hadoop-mapreduce-client-hs" % "2.7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hadoop', module='hadoop-mapreduce-client-hs', version='2.7.2')
)
Apache Ivy
<dependency org="org.apache.hadoop" name="hadoop-mapreduce-client-hs" rev="2.7.2" />
Leiningen
[org.apache.hadoop/hadoop-mapreduce-client-hs "2.7.2"]
Apache Buildr
'org.apache.hadoop:hadoop-mapreduce-client-hs:jar:2.7.2'