| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager | |
| org.apache.hadoop.yarn.server.nodemanager.containermanager.records | Package used for auxiliary services manifest records. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.apache.hadoop.fs.Path | AuxServices. maybeDownloadJars(String sName,
                 String className,
                 String remoteFile,
                 AuxServiceFile.TypeEnum type,
                 org.apache.hadoop.conf.Configuration conf)Copies the specified remote file to local NM aux service directory. | 
| Modifier and Type | Method and Description | 
|---|---|
| AuxServiceFile.TypeEnum | AuxServiceFile. getType() | 
| static AuxServiceFile.TypeEnum | AuxServiceFile.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AuxServiceFile.TypeEnum[] | AuxServiceFile.TypeEnum. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AuxServiceFile. setType(AuxServiceFile.TypeEnum type) | 
| AuxServiceFile | AuxServiceFile. type(AuxServiceFile.TypeEnum t)Config file in the standard format like xml, properties, json, yaml,
 template. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.