Uses of Class
com.amazonaws.services.elasticmapreduce.util.BootstrapActions.ConfigureHadoop

Packages that use BootstrapActions.ConfigureHadoop
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
 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)
          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 © 2016. All rights reserved.