准备工作:三个虚拟机相同操作
1.创建三个虚拟机,参考之前的配置信息
2.设置主机名 vi /etc/hosts 加入
192.168.61.112 bigdata112
192.168.61.113 bigdata113
192.168.61.114 bigdata114
3.关闭防火墙: systemctl stop firewalld.service / systemctl disable firewalld.service
4.设置免密码登录(参照之前文章)
5.添加JAVA_HOME,
生效配置
source ~/.bash_profile
6.统一设置系统时间(不设置会导致运行出错)
这里使用xshell远程比较方便,注意设置多seasion连屏,和右键粘贴功能
6. 在112上配置hadoop(和上篇部署hadoop原理一样)
但需要修改配置文件 /root/training/hadoop-2.7.3/etc/hadoop
hadoop-env.sh,hdfs.site.xml,core-site.xml,mapred-site.xml,yarn-site.xml,slaves
hadoop-env.sh
hdfs.site.xml
core-site.xml
mapred-site.xml
yarn-site.xml
slaves
标签:xml,hadoop,192.168,site,集群,yarn,设置 From: https://www.cnblogs.com/charkey/p/18117261