How to transfer AWS data


1 Answer(s)


Hi Sonu,

I not sure what you refering to:

You would like to transfer data between two Hadoop Cluster or Two server on AWS.

If you would like to transfer data from one hadoop cluster to another, you can do it by using the distcp.
Check the link: http://www.cloudera.com/documentation/enterprise/5-4-x/topics/cdh_admin_distcp_data_cluster_migrate.html

If you would like to move data between two machine over the AWS cluster. You can use sftp tool to complete the task.

Hope this helps.

Thanks.