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

[jira] [Resolved] (REEF-556) Implement MapTaskHost, UpdateTaskHost and ConfigurationManager required by IMRUDriver

     [ https://issues.apache.org/jira/browse/REEF-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Weimer resolved REEF-556.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 0.13

Resolved via [#349|https://github.com/apache/incubator-reef/pull/349]

> Implement MapTaskHost, UpdateTaskHost and ConfigurationManager required by IMRUDriver
> -------------------------------------------------------------------------------------
>
>                 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
>             Fix For: 0.13
>
>
> 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.
> c) ConfigurationManager - Takes serialized configuration specified by client, deserializes it to get Map, update, codecs configuration etc. from user. This class will be passed to IMRUDriver constructor.



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