Section 5:42. Copying or Moving Files from one HDFS location to other HDFS location
We can also copy files within HDFS using commands like cp and mv. hadoop fs -cp to copy files from one HDFS location to another HDFS location hadoop fs -mv to move files from one HDFS location to another HDFS location mv is faster than cp as mv deals with only metadata whereas cp has …
Section 5:42. Copying or Moving Files from one HDFS location to other HDFS location Read More »