Get Command is not allowing to copy a file from HDFS to Local


1 Answer(s)


Hi Ramesh,
Please use the correct command to cp the files to local system:
- hdfs dfs -get /user/cloudera/Words /home/cloudera/Jishnu
or if you are already in cloudera home directory
-hdfs dfs -get /user/cloudera/Words Jishnu

Hope this helps
Thanks