Julia Kinga Marton created OOZIE-3356:
-----------------------------------------
Summary: Add blacklist for <job-xml> EL evaluation
Key: OOZIE-3356
URL: https://issues.apache.org/jira/browse/OOZIE-3356
Project: Oozie
Issue Type: Improvement
Affects Versions: trunk
Reporter: Julia Kinga Marton
Assignee: Julia Kinga Marton
OOZIE-1580 fixed that the EL variables included using <job-xml> got fixed, but
there are cases when we pass some *-site.xml, and the variables have different
format.
For example when talking to hbase, we can pass the hbase-site.xml using
<job-xml> tag, and if there are some variables defined, we need to modify them
manually.
By adding a blacklist, when we don't want to evaluate the EL expressions, we
can avoid this manual interaction.
By default only the *-site.xml files should be ignored, but this should be
configurable.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)