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

Alejandro Abdelnur resolved OOZIE-189.
--------------------------------------

    Resolution: Won't Fix

This is not possible to fix because we use commons-el implementation for ELs 
and the DOT means property accessor.

To handle properties with DOTs in their name should should use the EL 
${wf:conf("x.y.z")} in the WFs
                
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to