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.

How to create Home directory for Root in user Hortonwork sandbox 2.4

avatar
New Member

3568-root.jpg

1 ACCEPTED SOLUTION

avatar
New Member

Thanks ..

sudo su - hdfs

hdfs dfs -mkdir /user/root

hdfs dfs -chown root:hdfs /user/root

got the answer as well from another thread

View solution in original post

3 REPLIES 3

avatar
Master Mentor
sudo -u hdfs hdfs dfs -mkdir /user/root

sudo -u hdfs hdfs dfs -chown -R root:hdfs /user/root

avatar
Master Mentor

You have to ssh to the machine using terminal. There is no hdfs user in Ambari that can create directory as superuser.

avatar
New Member

Thanks ..

sudo su - hdfs

hdfs dfs -mkdir /user/root

hdfs dfs -chown root:hdfs /user/root

got the answer as well from another thread