You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2014/06/02 07:40:02 UTC

[jira] [Commented] (HAMA-726) Hama on Mesos

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

Edward J. Yoon commented on HAMA-726:
-------------------------------------

Thanks for the patch, Jeff!

BTW, I have one question, 

{code}
-    this.totalTaskCapacity = tasksPerGroom * numGroomServers;
+    this.totalTaskCapacity = conf.getInt(Constants.MAX_TASKS, tasksPerGroom * numGroomServers);
{code}

If user using mesos, the totalTaskCapacity is zero. that's why you added  property 'bsp.tasks.maximum.total'. Am I correct?


> Hama on Mesos
> -------------
>
>                 Key: HAMA-726
>                 URL: https://issues.apache.org/jira/browse/HAMA-726
>             Project: Hama
>          Issue Type: New Feature
>          Components: bsp core
>            Reporter: Suraj Menon
>            Assignee: Jeff Fenchel
>         Attachments: HAMA-726.patch
>
>
> Since we are going to refactor our code to work on YARN, it would be nice to keep our abstraction levels to make it feasible to work on Mesos. 
> Documentation: http://incubator.apache.org/mesos/documentation.html
> Framework development guide:
> https://github.com/mesos/mesos/wiki/App-Framework-development-guide



--
This message was sent by Atlassian JIRA
(v6.2#6252)