[
https://issues.apache.org/jira/browse/HADOOP-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748098#action_12748098
]
Amar Kamat commented on HADOOP-6215:
------------------------------------
Result of test-patch
[exec] +1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 3 new or
modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs
warnings.
[exec]
[exec] +1 release audit. The applied patch does not increase the
total number of release audit warnings.
Ant tests passed on my box.
> 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.