@Deprecated
public class BootstrapActions.ConfigureHadoop
extends java.lang.Object
.elasticmapreduce.model.RunJobFlowRequest#setConfigurations
instead.
For more information see,Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<java.lang.String> |
args
Deprecated.
|
Modifier | Constructor and Description |
---|---|
private |
ConfigureHadoop()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BootstrapActionConfig |
build()
Deprecated.
Returns an object which can be used in a RunJobflow call.
|
BootstrapActions.ConfigureHadoop |
withKeyValue(BootstrapActions.ConfigFile file,
java.lang.String key,
java.lang.String value)
Deprecated.
Specify a key-value pair to merge with Hadoop's default configuration.
|
BootstrapActions.ConfigureHadoop |
withXml(BootstrapActions.ConfigFile file,
java.lang.String xmlPath)
Deprecated.
Specify an XML file in S3 to merge with Hadoop's default configuration.
|
public BootstrapActions.ConfigureHadoop withXml(BootstrapActions.ConfigFile file, java.lang.String xmlPath)
file
- The config file to merge with.xmlPath
- The path in S3 of the XML file.public BootstrapActions.ConfigureHadoop withKeyValue(BootstrapActions.ConfigFile file, java.lang.String key, java.lang.String value)
file
- The config file to merge with.key
- The config key.value
- The config value.public BootstrapActionConfig build()