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

How does Linux start Hadoop?

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly explains "how Linux starts Hadoop". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how Linux starts Hadoop".

Hadoop is a distributed system infrastructure developed by the Apache Foundation. Users can develop distributed programs without knowing the underlying details of the distribution. Make full use of the power of the cluster for high-speed computing and storage.

Linux start Hadoop step 1

Enter the hadoop installation directory

Type sbin/start-dfs.sh: turn on hadoop

Step two

Enter jps

If you have the following information

:

4176 NameNode4274 DataNode4421 SecondaryNameNode4604 Jps

It indicates that it has been opened successfully.

If not, it will be troublesome. Enter the following command

Cd / tmp/hadoop-root/dfs/data/current

Rm VERSION

Then go to the hadoop directory

Input

Bin/hdfs namenode-format

Sbin/start-dfs.sh

Thank you for your reading, the above is the content of "how Linux starts Hadoop". After the study of this article, I believe you have a deeper understanding of how Linux starts Hadoop, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

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

Development

Wechat

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

12
Report