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.

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