Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5AE4B200B50 for ; Sat, 30 Jul 2016 00:19:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 59DF1160A79; Fri, 29 Jul 2016 22:19:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D166F160AAB for ; Sat, 30 Jul 2016 00:19:21 +0200 (CEST) Received: (qmail 70889 invoked by uid 500); 29 Jul 2016 22:19:21 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 70779 invoked by uid 99); 29 Jul 2016 22:19:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2016 22:19:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B3A372C0D60 for ; Fri, 29 Jul 2016 22:19:20 +0000 (UTC) Date: Fri, 29 Jul 2016 22:19:20 +0000 (UTC) From: "Sergey Dudoladov (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (REEF-650) Introduce example that actually uses IPerMapperConfigs in IMRU MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 29 Jul 2016 22:19:22 -0000 [ https://issues.apache.org/jira/browse/REEF-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Dudoladov resolved REEF-650. ----------------------------------- Resolution: Fixed > 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: Joo Seong (Jason) Jeong > > 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)