Created 05-08-2018 01:08 PM
I tried running 'start-slaves.sh' as 'spark' user but while connecting to slave machine, it's asking for password. I do have the privilege to change the password for 'spark' user but doing so might stop some processes. Could you please suggest something to tackle this issue?
Created 05-09-2018 06:37 AM
I have added my useid in 'hadoop' group thus resolving my issue.. thanks
Created 05-08-2018 01:55 PM
Created 05-09-2018 05:52 AM
Unfortunately, i don't have access to root. I am in sudoers list btw.
Created 05-09-2018 06:31 AM
"spark" user is a service user, hence it has no password. you should switch user either from root or sudo user.
Created 05-09-2018 06:37 AM
I have added my useid in 'hadoop' group thus resolving my issue.. thanks