Hadoop(1)---hadoop环境配置
2017-04-09 本文已影响0人
FlashXT
SSH配置过程中,公钥保存时出现错误:
The authenticity of host 'master (192.168.1.2)' can't be established.
解决办法:
执行 ssh -o StrictHostKeyChecking=no 192.168.1.2
来源:http://blog.csdn.net/kimsoft/article/details/5865418