Registry / utility / hadoop-distcp

hadoop-distcp

JSON →
library3.5.0javamavenunverified

Apache Hadoop Distributed Copy tool for large-scale inter/intra-cluster data copying.

<dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-distcp</artifactId> <version>3.5.0</version> </dependency>
INSTALL
IMPORT
SIG · HADOOP-DISTCP
H
hadoop-distcp
utilityjavav3.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DistCp
org.apache.hadoop.tools.DistCp

Minimal example showing creation of DistCp instance.

import org.apache.hadoop.tools.DistCp; import org.apache.hadoop.conf.Configuration; public class Example { public static void main(String[] args) throws Exception { Configuration conf = new Configuration(); DistCp distCp = new DistCp(conf, null); System.out.println("DistCp instance created"); } }
Debug
Known issues
gotchaDistCp requires Hadoop configuration and proper cluster setup.
fix
Ensure Hadoop cluster is configured and accessible before using DistCp.
affects: all
Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hadoop-distcp — mvn dependency:get hadoop-distcp · libregistry