简体   繁体   中英

How can I migrate data from one HDFS cluster to another over the network?

What options do I have for reliably migrating data from one (small) HDFS cluster to another completely separate installation?

I have a network connection between clusters (this question is not a duplicate )

You can do this using distcp command which is available in Hadoop.

Check the below link to know about more

DistCp

Example

hadoop distcp hdfs://nn1:8020/foo/a hdfs://nn1:8020/foo/b

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM