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.

su hadf, what's default password?

avatar
Visitor

at http://ko.hortonworks.com/hadoop-tutorial/a-lap-around-apache-spark/

When sudo su hdfs, system require spark password. what's the defualt password of hdfs and spark?

1 ACCEPTED SOLUTION

avatar
Super Collaborator

@Osoeng Kwon , hdfs and spark user do not have any password. You should run su hdfs and su spark from root user. It would not ask your password then.

View solution in original post

2 REPLIES 2

avatar
Super Collaborator

@Osoeng Kwon , hdfs and spark user do not have any password. You should run su hdfs and su spark from root user. It would not ask your password then.

avatar
Visitor

from root user I submit 'su hdfs', then t would not ask to me. Thank u!!