网站大量收购闲置独家精品文档,联系QQ:2885784924

hadoop的安装文档.docx

  1. 1、本文档共7页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
hadoop的安装文档

hive版本1.2.1?Hadoop的版本是2.5.2?HBase的版本是0.98?mysql的版本是5.7一步:检查硬件信息grep 命令检查CPU 信息grep model name /proc/cpuinfogrep 命令检查内存信息grep MemTotal /proc/meminfodf 命令检查硬盘信息df -h二步检查防火墙状态显示如下信息表示防火墙是关闭状态:service iptables statusiptables: Firewall is not runningservice ip6tables statusip6tables: Firewall is not running在各节点执行如下命令查看防火墙是否在开机时自动启动# chkconfig --list iptablesiptables 0:关闭 1:关闭 2:关闭 3:关闭 4:关闭 5:关闭 6:关闭# chkconfig --list ip6tablesip6tables 0:关闭 1:关闭 2:关闭 3:关闭 4:关闭 5:关闭 6:关闭建议用户关闭防火墙,具体命令如下# service iptables stopiptables: Flushing firewall rules: [ OK ]iptables: Setting chains to policy ACCEPT: filter [ OK ]iptables: Unloading modules: [ OK ]# chkconfig iptables off说明:如果此命令执行无效,可执行如下命令:# chkconfig iptables off --level 2345# service ip6tables stopiptables: Flushing firewall rules: [ OK ]iptables: Setting chains to policy ACCEPT: filter [ OK ]iptables: Unloading modules: [ OK ]# chkconfig ip6tables off说明:如果此命令执行无效,可执行如下命令:# chkconfig ip6tables off --level 2345三步检查SELINUX 状态以及/etc/hosts修改/etc/sysconfig/selinux 文件,将SELINUX 设置为disabled:vi /etc/sysconfig/selinuxSELINUX=disabled更改后重启操作系统:sestatusSELinux status: disabled修改/etc/hosts文件 localhost localhost.localdomain localhost4 localhost4.localdomain4#::1 localhost localhost.localdomain localhost6 localhost6.localdomain634 hadloops35 hadloops237 hadloops130 hadloops3四步修改IPvi?/etc/sysconfig/network-scripts/ifcfg-eth0??DEVICE=eth0#BOOTPROTO=dhcpBOOTPROTO=noneHWADDR=00:0C:29:04:D2:F8#IPV6INIT=yesIPV6INIT=noNM_CONTROLLED=yesONBOOT=yesTYPE=EthernetUUID=e629de33-a416-424c-a91b-9d169d7eb72aIPADDR=36NETMASK=USERCTL=no更改后重启网络连接?service network restart? #DEVICE=eth0#BOOTPROTO=dhcp#HWADDR=00:0C:29:90:D8:62#IPV6INIT=yes#NM_CONTROLLED=yes#ONBOOT=yes#TYPE=Ethernet#UUID=69b7b027-c064-4f34-9ed6-5d66cb396c29DEVICE=eth0#BOOTPROTO=dhcpBOOTPROTO=noneHWADDR=00:0C:29:90:D8:62#IPV6INIT=yesIPV6INIT=noNM_CONTROLLED=yesONBOOT=yesTYPE=EthernetUUID=69b7b027-c064-4f34-9ed6-5d66cb396c29IPADDR=34NETMASK=USERCTL=no五步安装java创建文件路径/usr/local/

您可能关注的文档

文档评论(0)

liwenhua00 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档