| 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 |
|---|---|
DistCpOptions |
DistCpOptions.Builder.build()
This is the single entry point for constructing DistCpOptions objects.
|
static DistCpOptions |
OptionsParser.parse(String[] args)
The parse method parses the command-line options, and creates
a corresponding Options object.
|
| Constructor and Description |
|---|
DistCp(org.apache.hadoop.conf.Configuration configuration,
DistCpOptions inputOptions)
Public Constructor.
|
DistCpContext(DistCpOptions options) |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.