File transfer from Mac to ClouderaVM


4 Answer(s)


Hi Shiva,

Please use the MAC AWS connectivity to document available on your dashboard.

You can also use Filezilla for the same.

Hope this helps.

Thanks.


I did a google and people are recommending cyberduck (cyberduck.ch ) and others recommended MacFusion (macfusionapp.com)


Apart from using sftp as mentioned in MAC document .. you can very well use scp

syntax :

scp -i <identity file> <source file> hduser@ec2-52-20-217-163.compute-1.amazonaws.com:/<destination directory>

Hope this helps.


I have used cyberduck and it works fine with MAC,Thanks all.