[
https://issues.apache.org/jira/browse/HDFS-7670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14310945#comment-14310945
]
Allen Wittenauer edited comment on HDFS-7670 at 2/7/15 9:53 PM:
----------------------------------------------------------------
All of the dfsadmin command lines should be hdfs dfsadmin. In other words:
{code}
$ dfsadmin -blah
{code}
... is not a valid command. But
{code}
$ hdfs dfsadmin -blah
{code}
is a valid command.
was (Author: aw):
All of the dfsadmin command line should be hdfs dfsadmin. In other words:
{code}
$ dfsadmin -blah
{code}
... is not a valid command. But
{code}
$ hdfs dfsadmin -blah
{code}
is a valid command.
> HDFS Quota guide has typos, incomplete command lines
> ----------------------------------------------------
>
> Key: HDFS-7670
> URL: https://issues.apache.org/jira/browse/HDFS-7670
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: documentation
> Reporter: Allen Wittenauer
> Assignee: Brahma Reddy Battula
> Attachments: HDFS-7670.patch
>
>
> HDFS quota guide uses "fs -count", etc as a valid command instead of "hadoop
> fs", etc.
> There is also a typo in 'director'.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)