Support Questions

Find answers, ask questions, and share your expertise

su hadf, what's default password?

avatar
Explorer

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
Explorer

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