| 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 | Description |
|---|---|---|
protected org.apache.hadoop.fs.Path |
AuxServices.maybeDownloadJars(java.lang.String sName,
java.lang.String className,
java.lang.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 | Description |
|---|---|---|
AuxServiceFile.TypeEnum |
AuxServiceFile.getType() |
|
static AuxServiceFile.TypeEnum |
AuxServiceFile.TypeEnum.valueOf(java.lang.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 | 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–2025 Apache Software Foundation. All rights reserved.