RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
Hadoop--1.环境准备

1.内存要求大于2G

十余年的大同网站建设经验,针对设计、前端、开发、售后、文案、推广等六对一服务,响应快,48小时及时工作处理。成都全网营销推广的优势是能够根据用户设备显示端的尺寸不同,自动调整大同建站的显示方式,使网站能够适用不同显示终端,在浏览器中调整网站的宽度,无论在任何一种浏览器上浏览网站,都能展现优雅布局与设计,从而大程度地提升浏览体验。创新互联建站从事“大同网站设计”,“大同网站推广”以来,每个客户项目都认真落实执行。

低于2G在分析数据是会卡屏。

2.修改主机名:master、slave

3.配置hostname

所有的机器都要配置hosts

192.168.0.2 master

192.168.0.3 slave

.....

4.关闭selinux

[root@master ~]# vim /etc/selinux/config

修改以下内容:

SELINUX=Enforcing    改为:SELINUX=disabled

[root@master ~]# getenforce 0

5.关闭iptables(6.x)

[root@master ~]# service iptables stop

[root@master ~]# iptables -F

[root@master ~]# service iptables save

6.关闭firewalld

lsystemctl disable firewalld

lsystemctl stop firewalld

lyum install -y iptables-services

lsystemctl enable iptables

lsystemctl start iptables

lservice iptables save


本文标题:Hadoop--1.环境准备
本文地址:http://sczitong.cn/article/gsidig.html