Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Rename folder on HDFS | Disappear

avatar
Rising Star

Dear Experts,

 

Recently faced an issues when I rename a 'backup' directory to 'backup_old' which is presented on hdfs.

 

I used the command "$ hdfs dfs -mv /backup  backup_old"  and I found 'backup_old' is not created on hdfs it suddenly disappear from hdfs. 

 

Could anyone tell me why I can not see the folder and where I can find it or I lost it.

1 ACCEPTED SOLUTION

avatar
Contributor
Hi Neelesh,

It seems you missed the leading "/" from the destination path, so it should be in your home directory. Can you please run "hdfs dfs -ls" as the same user? It should be there.

View solution in original post

1 REPLY 1

avatar
Contributor
Hi Neelesh,

It seems you missed the leading "/" from the destination path, so it should be in your home directory. Can you please run "hdfs dfs -ls" as the same user? It should be there.