You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Takashi Ohnishi (JIRA)" <ji...@apache.org> on 2016/04/01 08:37:25 UTC

[jira] [Created] (HDFS-10242) Space Quota of zero behaves different from documentation.

Takashi Ohnishi created HDFS-10242:
--------------------------------------

             Summary: Space Quota of zero behaves different from documentation.
                 Key: HDFS-10242
                 URL: https://issues.apache.org/jira/browse/HDFS-10242
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: documentation, fs
    Affects Versions: 3.0.0
            Reporter: Takashi Ohnishi


The `HDFS Quotas Guide` says
{noformat}
A quota of zero still permits files to be created, but no blocks can be added to the files.
{noformat}

But, this acutally is not so. When I tried,  dfsadmin command failed with the below message.
{noformat}
$ hdfs dfsadmin -setSpaceQuota 0 /user/alice/dirWithSpaceQuota
setSpaceQuota: Invalid values for quota : 9223372036854775807 and 0
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)