I need to rename a directory in hdfs. What is the command for that ?
hadoop fs -mv
The above command moves the src f
Rename is not in hadoop, but you can move, hadoop fs -mv oldname newname