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 01:51:45 UTC

[jira] [Updated] (SYSTEMML-1165) Create initial setup method for ScriptExecutor execution

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

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

> Create initial setup method for ScriptExecutor execution
> --------------------------------------------------------
>
>                 Key: SYSTEMML-1165
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1165
>             Project: SystemML
>          Issue Type: Improvement
>          Components: APIs
>            Reporter: Deron Eriksson
>            Assignee: Deron Eriksson
>            Priority: Minor
>             Fix For: SystemML 0.12
>
>
> Currently ScriptExecutor's execute() method performs several initialization actions:
> {code}
> this.script = script;
> checkScriptHasTypeAndString();
> script.setScriptExecutor(this);
> setScriptStringInSparkMonitor();
> DMLScript.SCRIPT_TYPE = script.getScriptType();
> {code}
> These should be moved into a separate method, and this method called from execute(). This makes it easier to subclass ScriptExecutor to specify a custom execution.



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