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