Hadoop: start-dfs.sh permission denied

后端 未结 9 932
攒了一身酷
攒了一身酷 2020-12-13 14:04

I am installing Hadoop on my laptop. SSH works fine, but I cannot start hadoop.

munichong@GrindPad:~$ ssh localhost
Welcome to Ubuntu 12.10 (GNU/Linux 3.5.0         


        
9条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-13 14:43

    I faced same problem, so tried to connect SSH and got statement like "not found," so I went to the ssh location to debug by the following steps:

    cd ~/.ssh

    ssh_keygen -t rsa -p""

    cat id_rsa.pub >> authorized_keys

    ... then it worked ...

提交回复
热议问题