License |
License |
---|---|
GroupId | GroupIdorg.apache.zeppelin |
ArtifactId | ArtifactIdlauncher-yarn |
Version | Version0.9.0-preview2 |
Type | Typejar |
Description |
DescriptionZeppelin: Plugin Yarn Launcher
Launcher implementation to run interpreter on yarn
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
launcher-yarn-0.9.0-preview2.pom | |
launcher-yarn-0.9.0-preview2.jar | 19 KB |
launcher-yarn-0.9.0-preview2-sources.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.zeppelin/launcher-yarn/ -->
<dependency>
<groupId>org.apache.zeppelin</groupId>
<artifactId>launcher-yarn</artifactId>
<version>0.9.0-preview2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.zeppelin/launcher-yarn/
implementation 'org.apache.zeppelin:launcher-yarn:0.9.0-preview2'
// https://jarcasting.com/artifacts/org.apache.zeppelin/launcher-yarn/
implementation ("org.apache.zeppelin:launcher-yarn:0.9.0-preview2")
'org.apache.zeppelin:launcher-yarn:jar:0.9.0-preview2'
<dependency org="org.apache.zeppelin" name="launcher-yarn" rev="0.9.0-preview2">
<artifact name="launcher-yarn" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.zeppelin', module='launcher-yarn', version='0.9.0-preview2')
)
libraryDependencies += "org.apache.zeppelin" % "launcher-yarn" % "0.9.0-preview2"
[org.apache.zeppelin/launcher-yarn "0.9.0-preview2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-client | jar | 2.7.7 |
org.apache.hadoop : hadoop-yarn-api | jar | 2.7.7 |
org.apache.zeppelin : zeppelin-zengine | jar | 0.9.0-preview2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.zeppelin : zeppelin-zengine | jar | 0.9.0-preview2 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |