Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
Reviewed
Description
The `HDFS Quotas Guide` says
A quota of zero still permits files to be created, but no blocks can be added to the files.
But, this acutally is not so. When I tried, dfsadmin command failed with the below message.
$ hdfs dfsadmin -setSpaceQuota 0 /user/alice/dirWithSpaceQuota setSpaceQuota: Invalid values for quota : 9223372036854775807 and 0
Attachments
Attachments
Issue Links
- is related to
-
HDFS-10471 DFSAdmin#SetQuotaCommand's help msg is not correct
- Resolved