Felix Schüler created SYSTEMML-1125:
---------------------------------------
Summary: 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
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.4#6332)