Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.util |
Modifier and Type | Method and Description |
---|---|
static BootstrapActions.ConfigFile |
BootstrapActions.ConfigFile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapActions.ConfigFile[] |
BootstrapActions.ConfigFile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BootstrapActions.ConfigureHadoop |
BootstrapActions.ConfigureHadoop.withKeyValue(BootstrapActions.ConfigFile file,
String key,
String value)
Specify a key-value pair to merge with Hadoop's default configuration.
|
BootstrapActions.ConfigureHadoop |
BootstrapActions.ConfigureHadoop.withXml(BootstrapActions.ConfigFile file,
String xmlPath)
Specify an XML file in S3 to merge with Hadoop's default configuration.
|
Copyright © 2014. All rights reserved.