Uses of Class
com.amazonaws.services.elasticmapreduce.util.BootstrapActions.ConfigureHadoop
Packages that use BootstrapActions.ConfigureHadoop
-
Uses of BootstrapActions.ConfigureHadoop in com.amazonaws.services.elasticmapreduce.util
Methods in com.amazonaws.services.elasticmapreduce.util that return BootstrapActions.ConfigureHadoopModifier and TypeMethodDescriptionBootstrapActions.newConfigureHadoop()
Create a new bootstrap action which lets you configure Hadoop's XML files.BootstrapActions.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.