I am new to Hadoop. Is there a bash command to transfer files from the Hadoop distributed file system to the standard file system on a hadoop node.
I am using Hadoop 2.6.0
I saw another similar question which asks how to do the same in Java: Copying files from HDFS to local file system with JAVA
Can we do it with a simple shell command instead (which runs on a node that is part of the hadoop cluster)?