You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Andras Salamon (JIRA)" <ji...@apache.org> on 2018/08/17 19:26:00 UTC

[jira] [Assigned] (OOZIE-3330) [spark-action] Remove double quotes inside plain option values

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

Andras Salamon reassigned OOZIE-3330:
-------------------------------------

    Assignee: Andras Salamon

> [spark-action] Remove double quotes inside plain option values
> --------------------------------------------------------------
>
>                 Key: OOZIE-3330
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3330
>             Project: Oozie
>          Issue Type: Bug
>          Components: action
>    Affects Versions: 5.0.0
>            Reporter: Andras Piros
>            Assignee: Andras Salamon
>            Priority: Major
>         Attachments: OOZIE-3330.000.wip.patch
>
>
> For Spark action parametrization, OOZIE-2984 fixed the case where users tried to put quoted values inside assembled options, like {{--conf name1="value1 value2"}}. The underlying Spark executor JVM treats {{"value1 value2"}} as one value with the quotes - we needed to remove these before passing to Spark.
> We have to extend that approach for plain option values like this: {{--name "value1 value2"}} where we also need to remove the quotes.



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