I accidentally just deleted a massive directory on my hadoop cluster using
hadoop fs -rmr /path/to/directory/
how do i undo this.
I didnt have the trash collection for hadoop setup yet "/user/X/.Trash" . I just set it up after this massive mistake. Is there any built in tools i can use to recover the directories?
Edit:
I forgot that i have a snapshot of just my client node from the cluster from before i deleted everything. What will happen if i revert to this snapshot? I know the files weren't actually deleted/overwritten just the ability to access that location in memory. Will restoring this fix it? I dont want to do anything without being sure.