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

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

{quote}Do you mean spread tasks as many as possible to all GroomServers?{quote}

Yes.

{quote}If that's the case, the current refactoring code might be able to offer 
similar mechanism. In that GroomServer will ask for task assign, so ideally 
tasks should be able to spread to GroomServer as many as possible; in real 
scenario some (fast) GroomServers may be assigned several tasks that belongs to 
the same job.{quote}

That's great. By the way, I think user should able to specify the scheduler 
class like below:

{code}
  <property>
    <name>hama.scheduler.class</name>
    <value>org.apache.hama.bsp.SimpleTaskScheduler</value>
  </property>
{code}

> Rotation task scheduler
> -----------------------
>
>                 Key: HAMA-900
>                 URL: https://issues.apache.org/jira/browse/HAMA-900
>             Project: Hama
>          Issue Type: New Feature
>          Components: bsp core
>            Reporter: Edward J. Yoon
>             Fix For: 0.7.0
>
>
> To spread tasks widely, I need a FIFO job scheduler that assign tasks one at 
> a time in rotation of groom servers (a method of dealing cards).



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

Reply via email to