Created 06-02-2016 09:57 AM
Hello All!
I'm working as the snapshot directory owner, but
hdfs dfs -deleteSnapshot /path/.snapshot s201605-17-115857.294
returns with
deleteSnapshot: Modification on a read-only snapshot is disallowed
Trying to change the permissions on the .snapshot directory also returns Modification...disallowed.
What can I do?
Created 06-02-2016 10:09 AM
Can you please try this? just remove .snapshot directory.
hdfs dfs -deleteSnapshot /path/ s201605-17-115857.294
Created 06-02-2016 10:09 AM
Can you please try this? just remove .snapshot directory.
hdfs dfs -deleteSnapshot /path/ s201605-17-115857.294
Created 06-02-2016 10:14 AM
It was as simple as removing the /.snapshot from the path?!
Thanks @Jitendra Yadav , clearly time for me to take a break...!