Piotr KALINA created OOZIE-3444:
-----------------------------------
Summary: 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
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)