fix GenericOptionParser to deal with -D with '=' in the value
-------------------------------------------------------------
Key: HADOOP-6215
URL: https://issues.apache.org/jira/browse/HADOOP-6215
Project: Hadoop Common
Issue Type: Bug
Reporter: Owen O'Malley
Assignee: Amar Kamat
Fix For: 0.20.1
Currently the code ignores any -D option that has a "=" in the value. This is
clearly wrong.
In particular, -Dx=y=z should work and assign "y=z" to "x". This is a
regression from HADOOP-6213.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.