You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Sharad Agarwal (JIRA)" <ji...@apache.org> on 2009/08/27 15:57:01 UTC

[jira] Resolved: (HADOOP-6215) fix GenericOptionParser to deal with -D with '=' in the value

     [ https://issues.apache.org/jira/browse/HADOOP-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharad Agarwal resolved HADOOP-6215.
------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

+1 I committed to trunk and branch 20. Thanks Amar!

> 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.