| Package | Description |
|---|---|
| org.apache.slider.core.launch | |
| org.apache.slider.providers | |
| org.apache.slider.providers.agent | |
| org.apache.slider.providers.slideram |
| Modifier and Type | Class and Description |
|---|---|
class |
AppMasterLauncher |
class |
ContainerLauncher
Code to ease launching of any container
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClientProvider.prepareAMAndConfigForLaunch(SliderFileSystem fileSystem,
org.apache.hadoop.conf.Configuration serviceConf,
AbstractLauncher launcher,
AggregateConf instanceDescription,
org.apache.hadoop.fs.Path snapshotConfDirPath,
org.apache.hadoop.fs.Path generatedConfDirPath,
org.apache.hadoop.conf.Configuration clientConfExtras,
String libdir,
org.apache.hadoop.fs.Path tempPath,
boolean miniClusterTestRun)
Prepare the AM settings for launch
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentClientProvider.prepareAMAndConfigForLaunch(SliderFileSystem fileSystem,
org.apache.hadoop.conf.Configuration serviceConf,
AbstractLauncher launcher,
AggregateConf instanceDefinition,
org.apache.hadoop.fs.Path snapshotConfDirPath,
org.apache.hadoop.fs.Path generatedConfDirPath,
org.apache.hadoop.conf.Configuration clientConfExtras,
String libdir,
org.apache.hadoop.fs.Path tempPath,
boolean miniClusterTestRun) |
| Modifier and Type | Method and Description |
|---|---|
void |
SliderAMClientProvider.prepareAMAndConfigForLaunch(SliderFileSystem fileSystem,
org.apache.hadoop.conf.Configuration serviceConf,
AbstractLauncher launcher,
AggregateConf instanceDescription,
org.apache.hadoop.fs.Path snapshotConfDirPath,
org.apache.hadoop.fs.Path generatedConfDirPath,
org.apache.hadoop.conf.Configuration clientConfExtras,
String libdir,
org.apache.hadoop.fs.Path tempPath,
boolean miniClusterTestRun)
The Slider AM sets up all the dependency JARs above slider.jar itself
Prepare the AM settings for launch
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.