copyFromLocal No such file or directory


1 Answer(s)


hi Vijay,

You don't have to use "sudo", before copying make sure the file you wanted to copy is there in the local file system and execute this:

hadoop fs -put tpcds_ss_tables.sql /user/cloudera/wordcount.txt

Thanks