MVN

org.apache.hadoop : hadoop-yarn-applications-distributedshell

Maven & Gradle

Jun 18, 2023
10 usages

Apache Hadoop YARN DistributedShell

<dependency>
    <groupId>org.apache.hadoop</groupId>
    <artifactId>hadoop-yarn-applications-distributedshell</artifactId>
    <version>3.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.hadoop : hadoop-yarn-applications-distributedshell to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.6
  • Latest Beta: 3.0.0-beta1
  • Latest Alpha: 3.0.0-alpha4

All Versions

Choose a version of org.apache.hadoop : hadoop-yarn-applications-distributedshell to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
hadoop-yarn-applications-distributedshell-3.3.6
hadoop-yarn-applications-distributedshell-3.3.5
hadoop-yarn-applications-distributedshell-3.3.4
hadoop-yarn-applications-distributedshell-3.3.3
hadoop-yarn-applications-distributedshell-3.3.2
hadoop-yarn-applications-distributedshell-3.3.1
hadoop-yarn-applications-distributedshell-3.3.0
3.2.x
hadoop-yarn-applications-distributedshell-3.2.4
hadoop-yarn-applications-distributedshell-3.2.3
hadoop-yarn-applications-distributedshell-3.2.2
hadoop-yarn-applications-distributedshell-3.2.1
hadoop-yarn-applications-distributedshell-3.2.0
3.1.x
hadoop-yarn-applications-distributedshell-3.1.4
hadoop-yarn-applications-distributedshell-3.1.3
hadoop-yarn-applications-distributedshell-3.1.2
hadoop-yarn-applications-distributedshell-3.1.1
hadoop-yarn-applications-distributedshell-3.1.0
3.0.x
hadoop-yarn-applications-distributedshell-3.0.3
hadoop-yarn-applications-distributedshell-3.0.2
hadoop-yarn-applications-distributedshell-3.0.1
hadoop-yarn-applications-distributedshell-3.0.0
hadoop-yarn-applications-distributedshell-3.0.0-beta1
hadoop-yarn-applications-distributedshell-3.0.0-alpha4
hadoop-yarn-applications-distributedshell-3.0.0-alpha3
hadoop-yarn-applications-distributedshell-3.0.0-alpha2
hadoop-yarn-applications-distributedshell-3.0.0-alpha1
2.10.x
hadoop-yarn-applications-distributedshell-2.10.2
hadoop-yarn-applications-distributedshell-2.10.1
hadoop-yarn-applications-distributedshell-2.10.0
2.9.x
hadoop-yarn-applications-distributedshell-2.9.2
hadoop-yarn-applications-distributedshell-2.9.1
hadoop-yarn-applications-distributedshell-2.9.0
2.8.x
hadoop-yarn-applications-distributedshell-2.8.5
hadoop-yarn-applications-distributedshell-2.8.4
hadoop-yarn-applications-distributedshell-2.8.3
hadoop-yarn-applications-distributedshell-2.8.2
hadoop-yarn-applications-distributedshell-2.8.1
hadoop-yarn-applications-distributedshell-2.8.0
2.7.x
hadoop-yarn-applications-distributedshell-2.7.7
hadoop-yarn-applications-distributedshell-2.7.6
hadoop-yarn-applications-distributedshell-2.7.5
hadoop-yarn-applications-distributedshell-2.7.4
hadoop-yarn-applications-distributedshell-2.7.3
hadoop-yarn-applications-distributedshell-2.7.2
hadoop-yarn-applications-distributedshell-2.7.1
hadoop-yarn-applications-distributedshell-2.7.0
2.6.x
hadoop-yarn-applications-distributedshell-2.6.5
hadoop-yarn-applications-distributedshell-2.6.4
hadoop-yarn-applications-distributedshell-2.6.3
hadoop-yarn-applications-distributedshell-2.6.2
hadoop-yarn-applications-distributedshell-2.6.1
hadoop-yarn-applications-distributedshell-2.6.0
2.5.x
hadoop-yarn-applications-distributedshell-2.5.2
hadoop-yarn-applications-distributedshell-2.5.1
hadoop-yarn-applications-distributedshell-2.5.0
2.4.x
hadoop-yarn-applications-distributedshell-2.4.1
hadoop-yarn-applications-distributedshell-2.4.0
2.3.x
hadoop-yarn-applications-distributedshell-2.3.0
2.2.x
hadoop-yarn-applications-distributedshell-2.2.0
2.1.x
hadoop-yarn-applications-distributedshell-2.1.1-beta
hadoop-yarn-applications-distributedshell-2.1.0-beta
2.0.x
hadoop-yarn-applications-distributedshell-2.0.6-alpha
hadoop-yarn-applications-distributedshell-2.0.5-alpha
hadoop-yarn-applications-distributedshell-2.0.4-alpha
hadoop-yarn-applications-distributedshell-2.0.3-alpha
hadoop-yarn-applications-distributedshell-2.0.2-alpha
hadoop-yarn-applications-distributedshell-2.0.1-alpha
hadoop-yarn-applications-distributedshell-2.0.0-alpha
0.23.x
hadoop-yarn-applications-distributedshell-0.23.11
hadoop-yarn-applications-distributedshell-0.23.10
hadoop-yarn-applications-distributedshell-0.23.9
hadoop-yarn-applications-distributedshell-0.23.8
hadoop-yarn-applications-distributedshell-0.23.7
hadoop-yarn-applications-distributedshell-0.23.6
hadoop-yarn-applications-distributedshell-0.23.5
hadoop-yarn-applications-distributedshell-0.23.4
hadoop-yarn-applications-distributedshell-0.23.3
hadoop-yarn-applications-distributedshell-0.23.1

How to add a dependency to Maven

Add the following org.apache.hadoop : hadoop-yarn-applications-distributedshell maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.hadoop</groupId>
    <artifactId>hadoop-yarn-applications-distributedshell</artifactId>
    <version>3.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.hadoop : hadoop-yarn-applications-distributedshell gradle dependency to your build.gradle file:

implementation 'org.apache.hadoop:hadoop-yarn-applications-distributedshell:3.3.6'

Gradle Kotlin DSL: Add the following org.apache.hadoop : hadoop-yarn-applications-distributedshell gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.hadoop:hadoop-yarn-applications-distributedshell:3.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.hadoop : hadoop-yarn-applications-distributedshell sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.hadoop" % "hadoop-yarn-applications-distributedshell" % "3.3.6"

Advertisement

Dependencies from Group

Jun 18, 2023
2.2k usages
Jun 18, 2023
1.3k usages
Jun 18, 2023
1k usages
Jul 24, 2013
513 usages

Discover Dependencies

Aug 25, 2023
11 usages
68 stars
May 16, 2022
4 usages
1 stars
Mar 22, 2021
10 usages
2 stars
Mar 08, 2023
3 usages
1.7k stars
Nov 25, 2020
4 usages
45 stars
Dec 23, 2020
2 usages
6 stars
Aug 11, 2023
9 usages
5 stars
Aug 22, 2023
6 usages
3.1k stars
Jan 26, 2022
4 usages
154 stars