[
https://issues.apache.org/jira/browse/HAMA-726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14015194#comment-14015194
]
Edward J. Yoon edited comment on HAMA-726 at 6/2/14 6:15 AM:
-------------------------------------------------------------
Or, MAX_TASKS should be undefined by default..
{code}
+ this.totalTaskCapacity = conf.getInt(Constants.MAX_TASKS, tasksPerGroom *
numGroomServers);
{code}
was (Author: udanax):
Or, Constants.MAX_TASKS should not be added to hama-default.xml.
> 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)