hadoop3.x伪分布式搭建,在启动HDFS时出现Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
·

启动HDFS时出现错误:
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password). 翻译:许可被拒绝。
解决方案: 创建秘钥
ssh-keygen -t rsa
cat id_rsa.pub >> authorized_keys
更多推荐



所有评论(0)