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/20 07:46:45 UTC

[jira] [Created] (REEF-611) Introduce Integer Array BroadcastReduce IMRU example code

Dhruv Mahajan created REEF-611:
----------------------------------

             Summary: Introduce Integer Array BroadcastReduce IMRU example code
                 Key: REEF-611
                 URL: https://issues.apache.org/jira/browse/REEF-611
             Project: REEF
          Issue Type: Sub-task
          Components: REEF.NET
    Affects Versions: 0.13
         Environment: C#
            Reporter: Dhruv Mahajan
            Assignee: Dhruv Mahajan


The aim of jira is to introduce a non-trivial IMRU example that does Pipelined BroadcastReduce in K iterations.

Update function returns an integer array containing value k+1 in iteration k and gets as input the sum of arrays from all mappers.

Map function returns the same array it gets as input from update function.

Update function verifies that it gets as input (k+1)*no. of mappers and map function verifies that it gets as input k+1 in iteration k. 



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