Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-1125

Enable REMOTE_SPARK in constrained optimizer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • SystemML 0.12
    • Compiler, ParFor
    • 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.

      Attachments

        Activity

          People

            fschueler Felix Schueler
            fschueler Felix Schueler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: