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 "Dinesh Chitlangia (JIRA)" <ji...@apache.org> on 2019/06/14 05:19:00 UTC

[jira] [Created] (HADOOP-16373) Fix typo in FileSystemShell#test documentation

Dinesh Chitlangia created HADOOP-16373:
------------------------------------------

             Summary: Fix typo in FileSystemShell#test documentation
                 Key: HADOOP-16373
                 URL: https://issues.apache.org/jira/browse/HADOOP-16373
             Project: Hadoop Common
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.1.2, 2.9.2, 3.2.0, 3.0.0, 2.7.1
            Reporter: Dinesh Chitlangia
            Assignee: Dinesh Chitlangia


Typo is describing option -d
https://hadoop.apache.org/docs/r3.1.2/hadoop-project-dist/hadoop-common/FileSystemShell.html#test
{code:java}
test
Usage: hadoop fs -test -[defsz] URI

Options:

-d: f the path is a directory, return 0.
-e: if the path exists, return 0.
-f: if the path is a file, return 0.
-s: if the path is not empty, return 0.
-z: if the file is zero length, return 0.
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org