public class ContainerLauncher extends AbstractLauncher
| Modifier and Type | Field and Description |
|---|---|
org.apache.hadoop.yarn.api.records.Container |
container |
CLASSPATH, commands, containerLaunchContext, coreFileSystem, credentials, env, envVars, localResources, logAggregationContext, MAPREDUCE_JOB_CREDENTIALS_BINARY| Constructor and Description |
|---|
ContainerLauncher(org.apache.hadoop.conf.Configuration conf,
CoreFileSystem fs,
org.apache.hadoop.yarn.api.records.Container container) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.security.UserGroupInformation |
setupUGI()
This code is in the dist shell examples -it's been moved here
so that if it is needed, it's still here
|
addCommand, addCommandLine, addCommands, addLocalResource, addLocalResources, completeContainerLaunch, copyEnvVars, dumpEnvToString, extractAmRetryCount, extractLabelExpression, extractLogAggregationContext, extractResourceRequirements, getCommands, getCommandsAsString, getContainerLaunchContext, getCredentials, getEnv, getLocalResources, getServiceData, propagateUsernameInInsecureCluster, putEnv, setClasspath, setEnv, submitDirectorypublic ContainerLauncher(org.apache.hadoop.conf.Configuration conf,
CoreFileSystem fs,
org.apache.hadoop.yarn.api.records.Container container)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.