Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Default password for 'spark' user?

avatar

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?

1 ACCEPTED SOLUTION

avatar

I have added my useid in 'hadoop' group thus resolving my issue.. thanks

View solution in original post

4 REPLIES 4

avatar
Master Mentor

@ Kumar Deepak

Then as root do switch command

# su - spark

Run your job

avatar

Unfortunately, i don't have access to root. I am in sudoers list btw.

avatar
Expert Contributor
@Kumar Deepak

"spark" user is a service user, hence it has no password. you should switch user either from root or sudo user.

avatar

I have added my useid in 'hadoop' group thus resolving my issue.. thanks