You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Piotr KALINA (JIRA)" <ji...@apache.org> on 2019/03/13 10:04:00 UTC

[jira] [Updated] (OOZIE-3444) Spark action --property value fails to be resolved when containing special characters

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

Piotr KALINA updated OOZIE-3444:
--------------------------------
    Attachment: job-template.xml

> Spark action <arg>--property value fails to be resolved when containing special characters
> ------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-3444
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3444
>             Project: Oozie
>          Issue Type: Bug
>          Components: action
>    Affects Versions: 4.3.0
>         Environment: hadoop 2.7
> Oozie client build version: 4.3.0-mapr-mep-3.x-1710
>            Reporter: Piotr KALINA
>            Priority: Major
>         Attachments: job-template.xml
>
>
> We are using oozie to launch our workflow defined with xml.
> Within workflow we use spark action with additional args where we pass extra properties via --property. When property value contains special characters during runtime the spark job fails with "Unresolved substitution for MY_SECRET_PROPERTY" error.
> We are using oozie client 4.3.0 and the property value which was causing issues was:
> "SYTP7HTPU3H9R4VE985H,Y3l7xXBZkz7ELTdDLqB7+VGKbwdSipg8XFwb8=j9"
> whereas the following value was not causing the failure:
> "RF8VJONB3YPRP595YJI9,WrFBcW7OFsblnRgcGC7jOfU480BPiUPE64+gZryB"
>  
> our workaround was to encode above information with Base58 to avoid any special characters what has solved the initial problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)