| Package | Description |
|---|---|
| org.apache.hadoop.tools |
DistCp is a tool for replicating data using MapReduce jobs for concurrent
copy operations.
|
| 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(org.apache.hadoop.conf.Configuration conf,
DistCpOptionSwitch option)
Helper function to set an option to hadoop configuration object
|
static void |
DistCpOptionSwitch.addToConf(org.apache.hadoop.conf.Configuration conf,
DistCpOptionSwitch option,
String value)
Helper function to add an option to hadoop configuration object
|
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.