Allow lazy evaluation of EL expressions
---------------------------------------
Key: OOZIE-584
URL: https://issues.apache.org/jira/browse/OOZIE-584
Project: Oozie
Issue Type: New Feature
Reporter: Patrick Angeles
I have in job.properties:
nameNode=hdfs://nn.host.com:8020
tableName=foo
targetDir=${nameNode}/${user.name}/tmp/${tableName}
In workflow.xml:
<action ...>
<sqoop>
<command>import --tableName ${tableName} --target-dir ${targetDir} ...
</command>
</sqoop>
</action>
This all works great. Until you want to call the workflow.xml as a subworkflow
multiple times (with different tableNames, etc.) under a parent workflow.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira