Support Questions

Find answers, ask questions, and share your expertise

New Directory button is disabled in ambari for admin

avatar
New Member

We have recently deployed Hortonworks on an Azure Cluster. New Directory and Upload buttons are disabled in Ambari / HDFS Files View for an admin .. Is there any way to enable them ..?

1 ACCEPTED SOLUTION

avatar
New Member

Take a look at this thread and see if the answer is relevant.

View solution in original post

4 REPLIES 4

avatar
New Member

Take a look at this thread and see if the answer is relevant.

avatar
New Member

Solution Proposed in the Link worked. May i know how to enable this access for the "admin" account ..?

avatar
Master Mentor

sudo -u hdfs hdfs dfs -mkdir /user/admin

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

avatar
New Member

that one helped. thanks @Artem Ervits