[
https://issues.apache.org/jira/browse/SYSTEMML-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Boehm resolved SYSTEMML-1126.
--------------------------------------
Resolution: Fixed
Assignee: Matthias Boehm (was: Felix Schüler)
Fix Version/s: SystemML 1.0
> Custom Configuration parameters are lost in remote execution
> ------------------------------------------------------------
>
> Key: SYSTEMML-1126
> URL: https://issues.apache.org/jira/browse/SYSTEMML-1126
> Project: SystemML
> Issue Type: Bug
> Components: Runtime
> Reporter: Felix Schüler
> Assignee: Matthias Boehm
> Fix For: SystemML 1.0
>
>
> When running a remote job, a custom configuration that was set with the
> -config parameter is not available to the workers.
> The problem is that the Configuration manager is initialized as a static
> Singleton on the driver and holds a threadlocal configuration that was
> initialized for the driver process but not on the remote workers. Therefore,
> they will always use the defaults.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)