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

[jira] [Created] (REEF-556) Implement MapTaskHost and UpdateTaskHost

Dhruv Mahajan created REEF-556:
----------------------------------

             Summary: Implement MapTaskHost and UpdateTaskHost
                 Key: REEF-556
                 URL: https://issues.apache.org/jira/browse/REEF-556
             Project: REEF
          Issue Type: Sub-task
          Components: REEF.NET
         Environment: C#
            Reporter: Dhruv Mahajan
            Assignee: Dhruv Mahajan


The aim of this JIRA is to introduce following classes

a) MapTaskHost - Runs mapper iterations: receives input using group communication,  does map update, sends results back to update function using group communications

b) UpdateTaskHost - Runs update iterations: sends input to mappers using group communications, receive aggregated output message from mappers and then apply update function.



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