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 "Ravi Phulari (JIRA)" <ji...@apache.org> on 2009/10/09 05:43:31 UTC

[jira] Created: (HDFS-687) FS setSpaceQuota should warn when user attempts to set quota of very large amount.

FS setSpaceQuota should warn  when user attempts to set quota of very large amount.
-----------------------------------------------------------------------------------

                 Key: HDFS-687
                 URL: https://issues.apache.org/jira/browse/HDFS-687
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Ravi Phulari


FS -setSpaceQuota has upper limit of  Long.Max_Value  ( http://hadoop.apache.org/common/docs/current/hdfs_quota_admin_guide.html )

There is no warning message when user attempts to set a quota of very large amount .

{noformat
[hadoop@0035 hadoop]$ bin/hadoop dfsadmin  -setQuota 9223372036854775 /user/rphulari
[hadoop@0035 hadoop]$ bin/hadoop dfsadmin  -setQuota 9223372036854775456 /user/rphulari
[hadoop@0035 hadoop]$ bin/hadoop dfsadmin  -setQuota 9223372036854775456456 /user/rphulari
setQuota: For input string: "9223372036854775456456"
Usage: java DFSAdmin [-setQuota <quota> <dirname>...<dirname>]
{noformat}

HDFS should warn user of maximum range of quota which can be applied.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.