Uses of Class
com.amazonaws.services.elasticmapreduce.util.BootstrapActions.ConfigureHadoop
-
Packages that use BootstrapActions.ConfigureHadoop Package Description com.amazonaws.services.elasticmapreduce.util -
-
Uses of BootstrapActions.ConfigureHadoop in com.amazonaws.services.elasticmapreduce.util
Methods in com.amazonaws.services.elasticmapreduce.util that return BootstrapActions.ConfigureHadoop Modifier and Type Method Description BootstrapActions.ConfigureHadoop
BootstrapActions. newConfigureHadoop()
Create a new bootstrap action which lets you configure Hadoop's XML files.BootstrapActions.ConfigureHadoop
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
BootstrapActions.ConfigureHadoop. withXml(BootstrapActions.ConfigFile file, String xmlPath)
Deprecated.Specify an XML file in S3 to merge with Hadoop's default configuration.
-