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 D08D1200B40 for ; Thu, 2 Jun 2016 07:00:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CF7DB160A4E; Thu, 2 Jun 2016 05:00:00 +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 1CE5C160A4C for ; Thu, 2 Jun 2016 06:59:59 +0200 (CEST) Received: (qmail 50164 invoked by uid 500); 2 Jun 2016 04:59:59 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 50137 invoked by uid 99); 2 Jun 2016 04:59:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 04:59:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 20FF02C033A for ; Thu, 2 Jun 2016 04:59:59 +0000 (UTC) Date: Thu, 2 Jun 2016 04:59:59 +0000 (UTC) From: "Yakov Zhdanov (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-3232) Ignite RDD: need to add transformer closure to saveValues and savePairs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 02 Jun 2016 05:00:01 -0000 Yakov Zhdanov created IGNITE-3232: ------------------------------------- Summary: Ignite RDD: need to add transformer closure to saveValues and savePairs Key: IGNITE-3232 URL: https://issues.apache.org/jira/browse/IGNITE-3232 Project: Ignite Issue Type: Improvement Components: Ignite RDD Reporter: Yakov Zhdanov Assignee: Valentin Kulichenko Fix For: 1.7 We need to add transformer closure that allows inline transformation. Closure should accept rdd row and return result eligible to be saved in cache. User should also should have access to Ignite instance inside closure to be able to provide affinity key to store on desired node. -- This message was sent by Atlassian JIRA (v6.3.4#6332)