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-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org