Hadoop: start-dfs.sh permission denied

后端 未结 9 919
攒了一身酷
攒了一身酷 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

    R hadoop installation for permission denied issue, below command works for start-all.sh

    sudo chown -R hadoop /usr/local/hadoop/ 
    

提交回复
热议问题