You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2011/09/08 06:47:09 UTC

[jira] [Created] (OOZIE-189) GH-211: Support job properties with dots and hyphens in them

GH-211: Support job properties with dots and hyphens in them
------------------------------------------------------------

                 Key: OOZIE-189
                 URL: https://issues.apache.org/jira/browse/OOZIE-189
             Project: Oozie
          Issue Type: Bug
            Reporter: Hadoop QA


Affects v2.2.1

If I have a job.properties with a key such as "data.out.path". This always results in an EL error when running the job. Removing the dot or hyphen from the key resolves the issue.

data.out.path => variable [data] cannot be resolved
data-out-path => variable [data] cannot be resolved

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OOZIE-189) GH-211: Support job properties with dots and hyphens in them

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hadoop QA resolved OOZIE-189.
-----------------------------

    Resolution: Fixed

> GH-211: Support job properties with dots and hyphens in them
> ------------------------------------------------------------
>
>                 Key: OOZIE-189
>                 URL: https://issues.apache.org/jira/browse/OOZIE-189
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> Affects v2.2.1
> If I have a job.properties with a key such as "data.out.path". This always results in an EL error when running the job. Removing the dot or hyphen from the key resolves the issue.
> data.out.path => variable [data] cannot be resolved
> data-out-path => variable [data] cannot be resolved

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (OOZIE-189) GH-211: Support job properties with dots and hyphens in them

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik reopened OOZIE-189:
------------------------------------


> GH-211: Support job properties with dots and hyphens in them
> ------------------------------------------------------------
>
>                 Key: OOZIE-189
>                 URL: https://issues.apache.org/jira/browse/OOZIE-189
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> Affects v2.2.1
> If I have a job.properties with a key such as "data.out.path". This always results in an EL error when running the job. Removing the dot or hyphen from the key resolves the issue.
> data.out.path => variable [data] cannot be resolved
> data-out-path => variable [data] cannot be resolved

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira