Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.9, 2.4.0, 3.0.0-alpha1
-
None
-
None
-
Reviewed
Description
There is a typo in the description of the following command
hdfs dfs -help
-count [-q] <path> ...: Count the number of directories, files and bytes under the paths that match the specified file pattern. The output columns are: DIR_COUNT FILE_COUNT CONTENT_SIZE FILE_NAME or QUOTA REMAINING_QUATA SPACE_QUOTA REMAINING_SPACE_QUOTA DIR_COUNT FILE_COUNT CONTENT_SIZE FILE_NAME
"REMAINING_QUATA" should be "REMAINING_QUOTA"
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-12245 References to misspelled REMAINING_QUATA in FileSystemShell.md
- Resolved