简单地说
https://blog.youkuaiyun.com/feliciafay/article/details/6561414
配置hadoop时必须的一步就是保证ssh是联通的。如果你的ubuntu中没有安装ssh,具体的安装步骤是这样的:
1到https://launchpad.net/ubuntu/lucid/i386/openssh-client/1:5.3p1-3ubuntu3。
下载文件” openssh-client_5.3p1-3ubuntu3_i386.deb ”并在终端中安装。
sudo dpkg -i openssh-client_5.3p1-3ubuntu3_i386.deb
2到https://launchpad.net/ubuntu/lucid/i386/openssh-server/1:5.3p1-3ubuntu3。
下载文件” openssh-server_5.3p1-3ubuntu3_i386.deb”并在终端中安装。
sudo dpkg -i openssh-server_5.3p1-3ubuntu3_i386.deb
3到https://launchpad.net/ubuntu/lucid/i386/ssh/1:5.3p1-3ubuntu3。
下载文件”ssh_5.3p1-3ubuntu3_all.deb””并在终端中安装。
sudo dpkg -i ssh_5.3p1-3ubuntu3_all.deb