Support Questions

Find answers, ask questions, and share your expertise

Is it possible to restore hdfs data based on block data?

avatar
New Contributor


All OS disks on the cluster server are broken,
Therefore, I need to install a new OS and set up hdfs

However, all data disks are considered available
name node has "edits" file and "fsimage" file,
There are "blk" and "blk meta" files in the data node.

Is it possible to restore hdfs data based on block data in this situation?

1 ACCEPTED SOLUTION

avatar
New Contributor

It's a self-help answer.

The solution I solved is as follows.
Note, I don't know if this is the right way.

1. Reinstall hdfs
2. Set up a different data directory than before
3. Verify that it runs normally
4. Change the data directory to the old path
5. hdfs restart
6. hdfs fall into safe mode, but data that existed in hdfs could be queried
7. Download the data to the local space using the 'copyToLocal' command
8. Afterwards, restore by transferring to the newly installed data directory

View solution in original post

2 REPLIES 2

avatar
Community Manager

@Remme, Welcome to our community! To help you get the best possible answer, I have tagged in our HDFS experts @rki_  @willx @Asok @PrathapKumar who may be able to assist you further.

Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
New Contributor

It's a self-help answer.

The solution I solved is as follows.
Note, I don't know if this is the right way.

1. Reinstall hdfs
2. Set up a different data directory than before
3. Verify that it runs normally
4. Change the data directory to the old path
5. hdfs restart
6. hdfs fall into safe mode, but data that existed in hdfs could be queried
7. Download the data to the local space using the 'copyToLocal' command
8. Afterwards, restore by transferring to the newly installed data directory