Hadoop in renaming files
file, hadoop, hdfs
Solution
Use the following :
hadoop fs -mv oldname newname
Problem
Is there a simple command for hadoop that can change the name of a file (in the HDFS) from its old name to a new name?
file, hadoop, hdfs
Use the following :
hadoop fs -mv oldname newname
Is there a simple command for hadoop that can change the name of a file (in the HDFS) from its old name to a new name?