[
https://issues.apache.org/jira/browse/HADOOP-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748041#action_12748041
]
Amar Kamat commented on HADOOP-6215:
------------------------------------
The patch in HADOOP-6213 makes GenericOptionsParser same as in commons-trunk.
We can fix both here.
> 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.