Tuesday 1 September 2015

Copy Files from one Linux Machine to Another in Azure

Use the command below to copy :


scp -C -i myPrivateKey_rsa -r /home/brillio/move.txt brillio@your_target_hostname.cloudapp.net:/home/brillio/


hadoop distcp hdfs://your_hostname:8020/training/BSA hdfs://your_target_hostname:8020/training/BSA/

No comments:

Post a Comment