您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 【Hadoop】三、集群时间同步

  2. 时间服务器配置 时间服务器master01配置(必须是root用户) 修改ntp配置文件【/etc/ntp.conf】 # 修改1 授权192.168.1.0-192.168.1.255网段上的所有机器都可以从这台机器上查询和同步时间 restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap # 修改2 集群在局域网中,不使用其他互联网上的时间 #server 0.centos.pool.ntp.org iburst #server 1
  3. 所属分类:其它

    • 发布日期:2021-01-07
    • 文件大小:41984
    • 提供者:weixin_38731027
  1. hadoop3.1.3集群搭建(ha+yarn)

  2. 当前环境: centos6.5,jdk8 准备工作: 1.服务器之间免密登录 $ ssh-keygen -t dsa -P ” -f ~/.ssh/id_dsa $ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys $ chmod 0600 ~/.ssh/authorized_keys 2.服务器之间时间同步 3.安装zookeeper集群 搭建步骤: 1.下载apache hadoop3.1.3并上传至服务器解压 https://www
  3. 所属分类:其它

    • 发布日期:2021-01-07
    • 文件大小:41984
    • 提供者:weixin_38501363