Created 09-29-2021 03:43 AM
what is the procedure to migrate HDFS DATA from one data centre to another data centre?
Created 09-29-2021 09:14 AM
Hi @Visvanath_JP,
The question could be more specific like what hadoop versions are two clusters, are both clusters secured, are they CDH/CDP or HDP. Do you only migrate data in HDFS layer or other layer, for example hive / hbase / kudu.
The most common way is using distcp to migrate data between hdfs clusters.
If you are using CDH/CDP, BDR job is another choice (distcp integrated)
Distcp guide:
Regards,
Will
If the answer helps, please accept as solution and click thumbs up.
Created 09-29-2021 09:44 AM
CDH Version 5.15.1
only we want to migrate HDFS data.
Created 09-29-2021 09:50 AM
Then above solutions meet your needs.