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

Install Hadoop2.7.3

2025-01-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

1. Extract and move to the appropriate directory. I am used to putting the software in the / opt directory. The command is as follows:

Tar-zxvf hadoop-2.7.3.tar.gz

Mv hadoop-2.7.3 / opt

two。 Modify / etc/profile

3. Modify $HADOOP_HOME/etc/hadoop/hadoop-env.sh

4. Modify $HADOOP_HOME/etc/hadoop/slaves

5. Modify $HADOOP_HOME/etc/hadoop/core-site.xml

6. Modify $HADOOP_HOME/etc/hadoop/hdfs-site.xml

7. Modify $HADOOP_HOME/etc/hadoop/mapred-site.xml

8. Modify $HADOOP_HOME/etc/hadoop/yarn-site.xml

9. Copy the hadoop folder of the Master node to Slave1 and Slave2.

Scp-r / opt/hadoop-2.7.3 hadoop@slave1.hadoop:/opt

Scp-r / opt/hadoop-2.7.3 hadoop@slave2.hadoop:/opt

Modify / etc/profile on slave1.hadoop and slave2.hadoop respectively, the process is the same as master.hadoop

10. Format command on master machine: hadoop namenode-format

Start the command on the master machine: ${HADOOP_HOME} / sbin/start-all.sh

Close the command on the master machine: ${HADOOP_HOME} / sbin/stop-all.sh

11. Check whether the cluster starts successfully

Command: jps

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

Internet Technology

Wechat

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

12
Report