Reputation: 337
I have 2 hadoop clusters running on VMs. How do I move HDFS data between those clusters. I can scp the data on HDFS, how about metadata that sits on Data nodes ? Thanks
Upvotes: 0
Views: 727
Reputation: 16392
Look at DistCp. It's a part of hadoop that does inter/intra cluster copying of data.
Upvotes: 6