Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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.