Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Default password for 'spark' user?

avatar
New Member

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
New Member

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
New Member

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
New Member

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