user2562618
user2562618

Reputation: 337

How to move data between hadoop clusters

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

Answers (1)

Chris Gerken
Chris Gerken

Reputation: 16392

Look at DistCp. It's a part of hadoop that does inter/intra cluster copying of data.

Upvotes: 6

Related Questions