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

Alejandro Abdelnur updated OOZIE-241:
-------------------------------------

          Component/s: workflow
          Description: 
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)

  was:
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)

    Affects Version/s: 3.2.0
        Fix Version/s: trunk
              Summary: EL function(s) to expose action output data as a 
(XML/JSON/PROP) blob  (was: GH-323: EL function(s) to expose action output data 
as a (XML/JSON/PROP) blob)

More appropriate names for these functions would be:

* toJsonStr(Map)
* toPropertiesStr(Map)
* toConfigurationStr(Map)
                
> 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

        

Reply via email to