Is there a way to copy data from Gateway node in Cluster1 directly to HDFS of Cluster 2 when in same network.Currently I am doing scp to gateway node of Cluster 2 and uploading data to HDFS.
Thanks,
Is there a way to copy data from Gateway node in Cluster1 directly to HDFS of Cluster 2 when in same network.Currently I am doing scp to gateway node of Cluster 2 and uploading data to HDFS.
Thanks,
You could try something like this:
hadoop fs -put [local_file] hdfs://[namenode2]:[namenode2_port]/[path]
Assuming: