: hdfs-dev@hadoop.apache.org
Subject: Re: How to restore data from HDFS rm -skipTrash
If you stopped the cluster immediately you may have a chance to restore most of
the data.
It's a manual and hacky process.
You can use the Offline Edits Viewer to see the latest edits and cut off the
d
h the modifies edits log.
Hope this helps.
Thanks,
--Konstantin
On Thu, Aug 3, 2017 at 8:38 PM, panfei wrote:
> -- Forwarded message --
> From: panfei
> Date: 2017-08-04 11:23 GMT+08:00
> Subject: How to restore data from HDFS rm -skipTrash
> To: CDH Users
>
>
>
2017 7:57 AM
Subject: Re: How to restore data from HDFS rm -skipTrash
If the directory has snapshot enabled, the file can be retrieved from the
past snapshots.
Otherwise, the file inodes are removed from namenode metadata, and blocks
are scheduled for deletion.
You might want to play with edit log
y and does not guarantee the blocks are still there.
On Thu, Aug 3, 2017 at 8:38 PM, panfei wrote:
> -- Forwarded message --
> From: panfei
> Date: 2017-08-04 11:23 GMT+08:00
> Subject: How to restore data from HDFS rm -skipTrash
> To: CDH Users
>
>
>
Hi
Basically it deletes metadata. If you have backup from metadata you
maybe can restore.
Br, Margus
Margus (margusja) Roo
http://margus.roo.ee
skype: margusja
https://www.facebook.com/allan.tuuring
+372 51 48 780
On 04/08/2017 06:38, panfei wrote:
I want to know is there any way to stop th
-- Forwarded message --
From: panfei
Date: 2017-08-04 11:23 GMT+08:00
Subject: How to restore data from HDFS rm -skipTrash
To: CDH Users
some one mistakenly do a rm -skipTrash operation on the HDFS, but we stop
the namenode and datanodes immediately. (CDH 5.4.5)
I want to know