Hadoop: require root's password after enter “start-all.sh”

后端 未结 6 1320
执念已碎
执念已碎 2020-12-14 19:08

I have installed Hadoop and SSH on my laptop. \"ssh localhost\" works fine. After formatting HDFS, I tried to start hadoop.

munichong@GrindPad:~$ sudo /usr/         


        
6条回答
  •  無奈伤痛
    2020-12-14 19:47

    I ran into the same problem. As Amar said,if you are running as sudo hadoop will ask for root password. If you don't have a root password, you can setup one using

     sudo passwd
    

    below URL gives you more detail about user management.

    https://help.ubuntu.com/12.04/serverguide/user-management.html

提交回复
热议问题