[
https://issues.apache.org/jira/browse/HADOOP-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748382#action_12748382
]
Hudson commented on HADOOP-6215:
--------------------------------
Integrated in Hadoop-Common-trunk-Commit #2 (See
[http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk-Commit/2/])
. fix GenericOptionParser to deal with -D with '=' in the value.
Contributed by Amar Kamat.
> 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
>
> Attachments: HADOOP-6215-v1.0-branch-0.20.patch,
> HADOOP-6215-v1.0.patch
>
>
> 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.