[
https://issues.apache.org/jira/browse/OOZIE-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13265058#comment-13265058
]
[email protected] commented on OOZIE-241:
-----------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4934/
-----------------------------------------------------------
Review request for oozie.
Summary
-------
adding 3 EL functions:
toJsonStr(Map)
toPropertiesStr(Map)
toConfigurationStr(Map)
This addresses bug OOZIE-241.
https://issues.apache.org/jira/browse/OOZIE-241
Diffs
-----
trunk/core/src/test/java/org/apache/oozie/util/TestELConstantsFunctions.java
1332314
trunk/docs/src/site/twiki/WorkflowFunctionalSpec.twiki 1332314
trunk/core/src/main/resources/oozie-default.xml 1332314
trunk/core/src/test/java/org/apache/oozie/TestDagELFunctions.java 1332314
trunk/core/src/main/java/org/apache/oozie/util/ELConstantsFunctions.java
1332314
Diff: https://reviews.apache.org/r/4934/diff
Testing
-------
added testcases to test the functions themselves and in combination with the
actionData EL function.
Thanks,
Alejandro
> EL function(s) to expose action output data as a (XML/JSON/PROP) blob
> ---------------------------------------------------------------------
>
> Key: OOZIE-241
> URL: https://issues.apache.org/jira/browse/OOZIE-241
> Project: Oozie
> Issue Type: Bug
> Components: workflow
> Affects Versions: 3.2.0
> Reporter: Hadoop QA
> Assignee: Alejandro Abdelnur
> Fix For: trunk
>
>
> This was originally GH-323
> Currently it is not possible to pass around all the output of an action as
> single value.
> Adding the following 3 EL functions it would enable that:
> * xmlEncode(Map)
> * jsonEncode(Map)
> * propertiesEncode(Map)
--
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