Created 01-18-2018 03:41 AM
Hi Team,
Cloud you please let me know how to distcp between Insecure cluster to Secured cluster?
Thanks,
Created 02-08-2018 12:19 AM
You should run the below command on a node of the secure cluster.
If the insecure cluster has HDFS HA enabled, you should check which Namenode is active, and use this one.
hadoop distcp -Dipc.client.fallback-to-simple-auth-allowed=true hdfs://unsecure.cluster.com:8020/user/myuser/source hdfs://secure.cluster.com/user/destuser/destination
Created 02-28-2018 01:32 AM
I was able to fix the issue. It was due to firewalls.