0 votes
in HDFS by

How will you perform the inter cluster data copying work in HDFS?

1 Answer

0 votes
by

One can perform the inter cluster data copy by using distributed copy command given as follows:

hadoop distcp hdfs://<source NameNode> hdfs://<target NameNode>

...