You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Glenn Weidner (JIRA)" <ji...@apache.org> on 2017/03/02 18:21:45 UTC

[jira] [Updated] (SYSTEMML-1125) Enable REMOTE_SPARK in constrained optimizer

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

Glenn Weidner updated SYSTEMML-1125:
------------------------------------
    Fix Version/s:     (was: SystemML 1.0)
                   SystemML 0.12

> Enable REMOTE_SPARK in constrained optimizer
> --------------------------------------------
>
>                 Key: SYSTEMML-1125
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1125
>             Project: SystemML
>          Issue Type: Bug
>          Components: Compiler, ParFor
>         Environment: Optimizer
>            Reporter: Felix Schüler
>            Assignee: Felix Schüler
>             Fix For: SystemML 0.12
>
>
> when using parameters to enforce spark remote parfor, the optimizer doesn't set SPARK as execution mode. Example script:
> ```
> parfor(i in 1:10, opt=CONSTRAINED, mode=SPARK) {
>   // some code
> }
> ```
> Will not actually be executed on Spark.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)