You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Sergiy Matusevych (JIRA)" <ji...@apache.org> on 2016/09/23 00:27:20 UTC

[jira] [Created] (REEF-1573) Split REEFLauncher into executable part and the Clock-running environment

Sergiy Matusevych created REEF-1573:
---------------------------------------

             Summary: Split REEFLauncher into executable part and the Clock-running environment
                 Key: REEF-1573
                 URL: https://issues.apache.org/jira/browse/REEF-1573
             Project: REEF
          Issue Type: Sub-task
          Components: REEF Driver, REEF Evaluator, REEF-Common
            Reporter: Sergiy Matusevych
            Assignee: Sergiy Matusevych


Currently the Driver and Evaluator start only in a separate JVM process - that is, the entry point is always a {{public static void main()}} function. We have to be able to configure run REEF in the existing JVM process, possibly in parallel with other code in in the same process. Refactoring {{REEFLauncher}} into {{main()}}-running and {{Clock}}-running part would be the first step towards that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)