|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.util.BootstrapActions.ConfigureHadoop
public class BootstrapActions.ConfigureHadoop
| Method Summary | |
|---|---|
BootstrapActionConfig |
build()
Returns an object which can be used in a RunJobflow call. |
BootstrapActions.ConfigureHadoop |
withKeyValue(BootstrapActions.ConfigFile file,
String key,
String value)
Specify a key-value pair to merge with Hadoop's default configuration. |
BootstrapActions.ConfigureHadoop |
withXml(BootstrapActions.ConfigFile file,
String xmlPath)
Specify an XML file in S3 to merge with Hadoop's default configuration. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public BootstrapActions.ConfigureHadoop withXml(BootstrapActions.ConfigFile file,
String xmlPath)
file - The config file to merge with.xmlPath - The path in S3 of the XML file.
public BootstrapActions.ConfigureHadoop withKeyValue(BootstrapActions.ConfigFile file,
String key,
String value)
file - The config file to merge with.key - The config key.value - The config value.
public BootstrapActionConfig build()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||