码迷,mamicode.com
首页 > 其他好文 > 详细

hadoop学习笔记---20150731

时间:2015-07-31 21:51:19      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

cygwin上准备hadoop安装环境,基本上参照文章做就OK,这边主要是遇到的问题

http://blog.csdn.net/success041000/article/details/6830454

 

1 ssh-host-config

  错误: There are still ssh processes running. Please shut them down first.
  解决: ps -ef | grep -v grep | grep ssh           kill -9 xxx

 

2、启动SSHD服务

/usr/sbin/sshd,注意ssh的时候密码填写的是你windows主机的密码

 

3、配置免密码登陆,参见文章里面的

ssh-keygen -t dsa -P ‘‘ -f ~/.ssh/id_dsa

cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys

 

hadoop学习笔记---20150731

标签:

原文地址:http://www.cnblogs.com/renyingxin/p/4693086.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!