Details
Description
Fix the typo of command 'hadoop fs -help tail'.
$ hadoop fs -help tail
-tail [-f] <file>: Show the last 1KB of the file.
The -f option shows apended data as the file grows.
The "apended data" should be "appended data".
Fix the typo of command 'hadoop fs -help tail'.
$ hadoop fs -help tail
-tail [-f] <file>: Show the last 1KB of the file.
The -f option shows apended data as the file grows.
The "apended data" should be "appended data".