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>

Related questions

0 votes
asked Jun 8, 2020 in HDFS by Robindeniel
0 votes
0 votes
asked Dec 21, 2022 in HDFS by Robin
...