You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Marco Nicosia (JIRA)" <ji...@apache.org> on 2009/01/31 00:10:59 UTC

[jira] Created: (HADOOP-5151) hdfs_quota_admin_guide.html 'q' in setQuota, etc not properly capitalized

hdfs_quota_admin_guide.html 'q' in setQuota, etc not properly capitalized
-------------------------------------------------------------------------

                 Key: HADOOP-5151
                 URL: https://issues.apache.org/jira/browse/HADOOP-5151
             Project: Hadoop Core
          Issue Type: Bug
          Components: documentation
    Affects Versions: 0.18.0
            Reporter: Marco Nicosia
            Priority: Trivial


This is trivial, but unfortunately significant. The quota admin guide has entries like, "dfsadmin -setquota <N> <directory>...<directory>" and "dfsadmin -clrquota <directory>...<director>" (oh hey that's missing a 'y').

The dfsadmin command is case-sensitive:
{quote}
$ hadoop dfsadmin -setquota 200 /user/marco
setquota: Unknown command
{quote}

but setQuota works:
{quote}
$ hadoop dfsadmin -setQuota 200 /user/marco
$ 
{quote}


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


[jira] Resolved: (HADOOP-5151) hdfs_quota_admin_guide.html 'q' in setQuota, etc not properly capitalized

Posted by "Marco Nicosia (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Nicosia resolved HADOOP-5151.
-----------------------------------

    Resolution: Duplicate

Augh, I thought, "heck might as well supply a patch while I'm at it," but what do you know, it's already fixed in trunk.


> hdfs_quota_admin_guide.html 'q' in setQuota, etc not properly capitalized
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-5151
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5151
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.18.0
>            Reporter: Marco Nicosia
>            Priority: Trivial
>
> This is trivial, but unfortunately significant. The quota admin guide has entries like, "dfsadmin -setquota <N> <directory>...<directory>" and "dfsadmin -clrquota <directory>...<director>" (oh hey that's missing a 'y').
> The dfsadmin command is case-sensitive:
> {quote}
> $ hadoop dfsadmin -setquota 200 /user/marco
> setquota: Unknown command
> {quote}
> but setQuota works:
> {quote}
> $ hadoop dfsadmin -setQuota 200 /user/marco
> $ 
> {quote}

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