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.