|
@@ -733,7 +733,7 @@ Exit Code: Returns 0 on success and -1 on error.
|
|
|
test
|
|
|
----
|
|
|
|
|
|
-Usage: `hadoop fs -test -[defsz] URI`
|
|
|
+Usage: `hadoop fs -test -[defswrz] URI`
|
|
|
|
|
|
Options:
|
|
|
|
|
@@ -741,8 +741,8 @@ Options:
|
|
|
* -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.
|
|
|
-* -r: if the path exists and read permission is granted, return 0.
|
|
|
* -w: if the path exists and write permission is granted, return 0.
|
|
|
+* -r: if the path exists and read permission is granted, return 0.
|
|
|
* -z: if the file is zero length, return 0.
|
|
|
|
|
|
|