HADOOP-12245. References to misspelled REMAINING_QUATA in FileSystemShell.md. Contributed by Gabor Liptak.
(cherry picked from commit e21dde501a
)
This commit is contained in:
parent
7c123accda
commit
c650ab0037
|
@ -523,6 +523,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
HADOOP-12239. StorageException complaining " no lease ID" when updating
|
HADOOP-12239. StorageException complaining " no lease ID" when updating
|
||||||
FolderLastModifiedTime in WASB. (Duo Xu via cnauroth)
|
FolderLastModifiedTime in WASB. (Duo Xu via cnauroth)
|
||||||
|
|
||||||
|
HADOOP-12245. References to misspelled REMAINING_QUATA in
|
||||||
|
FileSystemShell.md. (Gabor Liptak via aajisaka)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -174,7 +174,7 @@ Usage: `hadoop fs -count [-q] [-h] [-v] <paths> `
|
||||||
|
|
||||||
Count the number of directories, files and bytes under the paths that match the specified file pattern. The output columns with -count are: DIR\_COUNT, FILE\_COUNT, CONTENT\_SIZE, PATHNAME
|
Count the number of directories, files and bytes under the paths that match the specified file pattern. The output columns with -count are: DIR\_COUNT, FILE\_COUNT, CONTENT\_SIZE, PATHNAME
|
||||||
|
|
||||||
The output columns with -count -q are: QUOTA, REMAINING\_QUATA, SPACE\_QUOTA, REMAINING\_SPACE\_QUOTA, DIR\_COUNT, FILE\_COUNT, CONTENT\_SIZE, PATHNAME
|
The output columns with -count -q are: QUOTA, REMAINING\_QUOTA, SPACE\_QUOTA, REMAINING\_SPACE\_QUOTA, DIR\_COUNT, FILE\_COUNT, CONTENT\_SIZE, PATHNAME
|
||||||
|
|
||||||
The -h option shows sizes in human readable format.
|
The -h option shows sizes in human readable format.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue