1. 首页
  2. 数据库
  3. 其它
  4. centos7.x&hadoop

centos7.x&hadoop

上传者: 2021-01-09 15:43:10上传 PDF文件 62.5KB 热度 12次
具体详细步骤可参考我的另一篇文章,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
下载地址
用户评论