[ 
https://issues.apache.org/jira/browse/HDFS-13377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17059412#comment-17059412
 ] 

Ayush Saxena commented on HDFS-13377:
-------------------------------------

Thanx [~hadoop_yangyun] for the update.
Just minor stuff in the new test :

{code:java}
+
+    conf.setBoolean(DFSConfigKeys.DFS_PERMISSIONS_ALLOW_OWNER_SET_QUOTA_KEY,
+        true);
+    restartCluster();
{code}

this restoring back to normal should be in {{finally}} block, so as if the test 
fails above post this config change, still this gets executed.
You may hold updating now, May update together with [~elgoiri] comments, if any 
for the new change. would save your efforts. :)

> The owner of folder can set quota for his sub folder
> ----------------------------------------------------
>
>                 Key: HDFS-13377
>                 URL: https://issues.apache.org/jira/browse/HDFS-13377
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: namenode
>            Reporter: Yang Yun
>            Assignee: Yang Yun
>            Priority: Minor
>         Attachments: HDFS-13377.003.patch, HDFS-13377.004.patch, 
> HDFS-13377.005.patch, HDFS-13377.patch, HDFS-13377.patch, HDFS-13377.patch
>
>
> Currently, only  super user can set quota. That is huge burden for 
> administrator in a large system. Add a new feature to let the owner of a 
> folder also has the privilege to set quota for his sub folders. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to