Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of hadoop reformatting HDFS

2025-03-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the hadoop reformat HDFS example analysis, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.

The method to reformat the hdfs system:

1. Open hdfs-site.xml

We open the hdfs-site.xml of Hadoop, and the basic configuration is as follows:

Dfs.name.dir / usr/local/hadoop/hdfs/name dfs.data.dir / usr/local/hadoop/hdsf/data

Delete the directory specified by dfs.name.dir, delete the directory specified by dfs.data.dir, and we need to delete the storage information path configured in hdfs-site.xml.

2. Delete the relevant directories specified in the core-site.xml configuration file

Hadoop.tmp.dir / usr/local/hadoop/hadooptmp

Delete the directory specified by hadoop.tmp.dir, that is, delete the temporary file path of Hadoop.

3. Re-execute the command: hadoop namenode-format

Formatted.

This way of formatting HDFS requires emptying all the data in the original HDFS, and then formatting and installing a new HDFS.

Note: this format requires emptying all the data in the HDFS. Later, we will explore ways to reformat the data without deleting it.

Thank you for reading this article carefully. I hope the article "sample Analysis of hadoop reformatting HDFS" shared by the editor will be helpful to you. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report