You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "John Yang (JIRA)" <ji...@apache.org> on 2015/01/23 08:41:34 UTC

[jira] [Created] (REEF-108) Reuse RunnableProcess for REEF Evaluators on Mesos

John Yang created REEF-108:
------------------------------

             Summary: Reuse RunnableProcess for REEF Evaluators on Mesos
                 Key: REEF-108
                 URL: https://issues.apache.org/jira/browse/REEF-108
             Project: REEF
          Issue Type: Improvement
          Components: REEF Runtime Local, REEF-Runtime-Mesos
            Reporter: John Yang
            Priority: Minor


The current practice uses an ad-hoc ProcessBuilder in launching REEF Evaluators on Mesos. 

Instead of re-inventing the wheel, It would be good to make use of RunnableProcess in reef-runtime-local in replacing it.

This can be done in 2 steps:
1. Move {{process}} package, which contains RunnableProcess, from reef-runtime-local to reef-utils
2. Replace the ProcessBuilder with RunnableProcess



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