| Package | Description | 
|---|---|
| org.apache.reef.runtime.hdinsight.client.yarnrest | 
 Some minimal abstraction over the YARN REST API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerInfo | 
ContainerInfo.addCommand(String command)
Adds a command to the command list to be executed 
 | 
ContainerInfo | 
ContainerInfo.addEnvironment(String key,
                            String value)
Adds an environment variable. 
 | 
ContainerInfo | 
ContainerInfo.addFileResource(String key,
                              FileResource fileResource)  | 
ContainerInfo | 
ApplicationSubmission.getContainerInfo()  | 
ContainerInfo | 
ContainerInfo.setAcls(String acls)  | 
ContainerInfo | 
ContainerInfo.setCommands(List<String> commands)  | 
ContainerInfo | 
ContainerInfo.setLocalResources(Map<String,LocalResourcesEntry> localResources)  | 
ContainerInfo | 
ContainerInfo.setServiceData(String serviceData)  | 
ContainerInfo | 
ContainerInfo.setTokens(String tokens)  | 
| Modifier and Type | Method and Description | 
|---|---|
ApplicationSubmission | 
ApplicationSubmission.setContainerInfo(ContainerInfo containerInfo)  | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.