Package | Description |
---|---|
org.apache.hadoop.tools |
Command-line tools for MapReduce.
|
Modifier and Type | Method and Description |
---|---|
static DistCpOptionSwitch |
DistCpOptionSwitch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistCpOptionSwitch[] |
DistCpOptionSwitch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
DistCpOptionSwitch.addToConf(Configuration conf,
DistCpOptionSwitch option)
Helper function to set an option to hadoop configuration object
|
static void |
DistCpOptionSwitch.addToConf(Configuration conf,
DistCpOptionSwitch option,
String value)
Helper function to add an option to hadoop configuration object
|
void |
DistCpOptions.validate(DistCpOptionSwitch option,
boolean value) |
Copyright © 2013 Apache Software Foundation. All rights reserved.