Uses of Enum
com.amazonaws.services.elasticmapreduce.util.BootstrapActions.ConfigFile
Packages that use BootstrapActions.ConfigFile
-
Uses of BootstrapActions.ConfigFile in com.amazonaws.services.elasticmapreduce.util
Methods in com.amazonaws.services.elasticmapreduce.util that return BootstrapActions.ConfigFileModifier and TypeMethodDescriptionstatic BootstrapActions.ConfigFile
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.Methods in com.amazonaws.services.elasticmapreduce.util with parameters of type BootstrapActions.ConfigFileModifier and TypeMethodDescriptionBootstrapActions.ConfigureHadoop.withKeyValue
(BootstrapActions.ConfigFile file, String key, String value) Deprecated.Specify a key-value pair to merge with Hadoop's default configuration.BootstrapActions.ConfigureHadoop.withXml
(BootstrapActions.ConfigFile file, String xmlPath) Deprecated.Specify an XML file in S3 to merge with Hadoop's default configuration.