Details
Description
main() in java guarantees that args is not null, but on some uses of Tool interface from java, people seem to pass around null as args, causing a NPE in GenericOptionsParser.
Although, passing null is not recommended, we can do a trivial fix.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-9660 [WINDOWS] Powershell / cmd parses -Dkey=value from command line as [-Dkey, value] which breaks GenericsOptionParser
- Closed