[
https://issues.apache.org/jira/browse/OOZIE-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16272672#comment-16272672
]
Attila Sasvari commented on OOZIE-3112:
---------------------------------------
Can you fix the whitespace in SparkActionExecutor?
FROM
{code}
if(!sparkConfig.isEmpty()) {
{code}
TO
{code}
if (!sparkConfig.isEmpty()) {
{code}
(
https://issues.apache.org/jira/secure/attachment/12900010/OOZIE-3112.08.patch#file-0
)
> SparkConfigrationService overwrites properties provided via --properties-file
> option in SparkAction
> ---------------------------------------------------------------------------------------------------
>
> Key: OOZIE-3112
> URL: https://issues.apache.org/jira/browse/OOZIE-3112
> Project: Oozie
> Issue Type: Bug
> Reporter: Peter Cseh
> Assignee: Peter Cseh
> Attachments: OOZIE-3112.01.patch, OOZIE-3112.02.patch,
> OOZIE-3112.03.patch, OOZIE-3112.04.patch, OOZIE-3112.05.patch,
> OOZIE-3112.06.patch, OOZIE-3112.07.patch, OOZIE-3112.08.patch
>
>
> SparkConfigurationService injects the config values as --conf to SparkSubmit.
> This will overwrite propties provided in the --properies-file option which is
> not the expected behavior.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)