Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Optimizer
Description
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.