You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Mariia Mykhailova (JIRA)" <ji...@apache.org> on 2015/10/01 02:47:04 UTC

[jira] [Commented] (REEF-529) Add missing Javadoc comments/triage TODO notes in Java code: reef-runtime-mesos

    [ https://issues.apache.org/jira/browse/REEF-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14939119#comment-14939119 ] 

Mariia Mykhailova commented on REEF-529:
----------------------------------------

(moved comment to proper JIRA, sorry for spam)

[~johnyangk], please help triage TODOs introduced in
c908a52 John Yang on 1/11/2015 at 11:15 PM (committed by Markus Weimer on 1/22/2015 at 1:00 PM)
[REEF-30] Adding reef-runtime-mesos

{noformat}
org/apache/reef/runtime/mesos/client/MesosJobSubmissionHandler.java
TODO: run the driver on a slave node in the cluster
{noformat}

{noformat}
org/apache/reef/runtime/mesos/driver/MesosResourceLaunchHandler.java
TODO: Replace REEFExecutor with a simple launch command (we only need to launch REEFExecutor)
{noformat}

{noformat}
org/apache/reef/runtime/mesos/util/MesosErrorHandler.java
org/apache/reef/runtime/mesos/util/MesosRemoteManager.java
TODO: Replace this class once Tang's namespace feature is enabled
{noformat}

{noformat}
org/apache/reef/runtime/mesos/evaluator/REEFExecutor.java
TODO: a hack to pass closeEvaluator test, replace this with a better interface
{noformat}
(paired with matching TODO in REEFScheduler)

{noformat}
org/apache/reef/runtime/mesos/driver/REEFScheduler.java
private static final int MESOS_SLAVE_PORT = 5051;
//  Assumes for now that all slaves use port 5051(default) TODO: make it configurable.

.setUser("") // TODO: make it configurable.

TODO: reflect priority and rack/node locality specified in resourceRequestEvent.
{noformat}


> Add missing Javadoc comments/triage TODO notes in Java code: reef-runtime-mesos
> -------------------------------------------------------------------------------
>
>                 Key: REEF-529
>                 URL: https://issues.apache.org/jira/browse/REEF-529
>             Project: REEF
>          Issue Type: Sub-task
>          Components: REEF-Runtime-Mesos
>            Reporter: Mariia Mykhailova
>            Priority: Minor
>
> See parent JIRA for description



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