HADOOP-11719.[Fsshell] Remove bin/hadoop reference from GenericOptionsParser default help text. Contributed by Brahma Reddy Battula.
This commit is contained in:
parent
4528eb9fb2
commit
b4b4fe9056
|
@ -447,6 +447,10 @@ Release 2.8.0 - UNRELEASED
|
|||
|
||||
IMPROVEMENTS
|
||||
|
||||
HADOOP-11719. [Fsshell] Remove bin/hadoop reference from
|
||||
GenericOptionsParser default help text.
|
||||
(Brahma Reddy Battula via harsh)
|
||||
|
||||
HADOOP-11692. Improve authentication failure WARN message to avoid user
|
||||
confusion. (Yongjun Zhang)
|
||||
|
||||
|
|
|
@ -513,7 +513,7 @@ public class GenericOptionsParser {
|
|||
"specify comma separated archives to be unarchived" +
|
||||
" on the compute machines.\n");
|
||||
out.println("The general command line syntax is");
|
||||
out.println("bin/hadoop command [genericOptions] [commandOptions]\n");
|
||||
out.println("command [genericOptions] [commandOptions]\n");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue