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/26 08:38:46 UTC

[jira] [Updated] (REEF-650) Introduce example that actually uses IPerMapperConfigs in IMRU

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

Dhruv Mahajan updated REEF-650:
-------------------------------
    Description: 
The aim of this JIRA is to introduce examples showing the use of IPerMapperConfigs (REEF-638) in REEF.IMRU.Examples.

If there are n mappers, then mapper number i will receive an integer id  i  from the IPerMapperConfigs in its constructor. 

Update function will just get the sum of these ids back from the mappers. It will then check if the sum is equal to n(n+1)/2 or not.

Most of the code will be borrowed from MapperCount Examples in REEF.IMRU.Examples.

  was:
The aim of this JIRA is to introduce examples showing the use of IPerMapperConfigs (REEF-638) in REEF.IMRU.Examples.

If there are n mappers, then mapper number i will receive an integer id  i as from the IPerMapperConfigs in its constructor. 

Update function will just get the sum of these ids back from the mappers. It will then check if the sum is equal to n(n+1)/2 or not.

Most of the code will be borrowed from MapperCount Examples in REEF.IMRU.Examples.


> Introduce example that actually uses IPerMapperConfigs in IMRU
> --------------------------------------------------------------
>
>                 Key: REEF-650
>                 URL: https://issues.apache.org/jira/browse/REEF-650
>             Project: REEF
>          Issue Type: Sub-task
>          Components: REEF.NET
>    Affects Versions: 0.13
>         Environment: C#
>            Reporter: Dhruv Mahajan
>            Assignee: Dhruv Mahajan
>
> The aim of this JIRA is to introduce examples showing the use of IPerMapperConfigs (REEF-638) in REEF.IMRU.Examples.
> If there are n mappers, then mapper number i will receive an integer id  i  from the IPerMapperConfigs in its constructor. 
> Update function will just get the sum of these ids back from the mappers. It will then check if the sum is equal to n(n+1)/2 or not.
> Most of the code will be borrowed from MapperCount Examples in REEF.IMRU.Examples.



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