centos7.x&hadoop
具体详细步骤可参考我的另一篇文章,centos6.8搭建hadoop集群### 1.systemctl命令 systemctl命令是系统服务管理器指令,它实际上将 service 和 chkconfig 这两个命令组合到一起。 任务 旧指令 新指令 使某服务自动启动 chkconfig –level 3 httpd on systemctl enable httpd.service 使某服务不自动启动 chkconfig –level 3 httpd off systemctl disable httpd.service 检查服务状态 service httpd stat
下载地址
用户评论