Build a Hadoop 2.7.3 cluster in CentOS 6.7

Source: Internet
Author: User

Build a Hadoop 2.7.3 cluster in CentOS 6.7

Hadoop clusters have three operating modes: Standalone mode, pseudo distribution mode, and full distribution mode. Here we set up the third full distribution mode, that is, using a distributed system to run on multiple nodes.

1. Configure DNS in Environment 1.1

Go to the configuration file and add the ip ing between the master node and the slave node:

# Vim/etc/hosts10.0.0.45 master10.0.0.46 slave110.0.0.47 slave2
1.2 disable Firewall
# Service iptables stop // close the service
# Chkconfig iptables off // disable auto-start upon startup
1.3 configure password-free Login

(1) Each node first enters the/root/. ssh directory to generate the key:

#

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.