| Package | Description |
|---|---|
| org.apache.hadoop.tools |
DistCp is a tool for replicating data using MapReduce jobs for concurrent
copy operations.
|
| Modifier and Type | Method | Description |
|---|---|---|
static DistCpOptionSwitch |
DistCpOptionSwitch.valueOf(java.lang.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 | 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,
java.lang.String value) |
Helper function to add an option to hadoop configuration object
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.