大資料實戰(上)——環境搭建
阿新 • • 發佈:2018-11-15
- 設定 hostname 為hadoop:
$hostname hadoop - 設定ip地址與hostname關聯:$vim /etc/hosts 新增 IP地址 hadoop
- 關閉 iptables:
$service iptables stop
- vim /etc/selinux/conf 將selinux設定為 disabled
- 新增使用者hadoop:
$adduser hadoop
- 配置ssh 無密碼驗證
- 安裝 jdk