Fully distributed single point start

Fully distributed single start

  1. You need to format the NameNode for the first startup.
    If it fails, you need to delete the data folder and format it again
hadoop namenode -format

Insert picture description here
This indicates that the startup is successful.
Insert picture description here

hadoop-daemon.sh start datanode

Insert picture description here
Indicates that the startup is successful,
and then start datanode nodes in hadoop102, 103, and 104 in turn

Guess you like

Origin blog.csdn.net/houzhicongone/article/details/114705493