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 B9DE6200C21 for ; Mon, 20 Feb 2017 20:10:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B871F160B79; Mon, 20 Feb 2017 19:10:01 +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 3478E160B78 for ; Mon, 20 Feb 2017 20:10:01 +0100 (CET) Received: (qmail 76850 invoked by uid 500); 20 Feb 2017 19:10:00 -0000 Mailing-List: contact commits-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 commits@ignite.apache.org Received: (qmail 76716 invoked by uid 99); 20 Feb 2017 19:10:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2017 19:10:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 19C7FDFF0F; Mon, 20 Feb 2017 19:10:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sergi@apache.org To: commits@ignite.apache.org Date: Mon, 20 Feb 2017 19:10:03 -0000 Message-Id: In-Reply-To: <19adf94cd3a447eb98f02a079b160794@git.apache.org> References: <19adf94cd3a447eb98f02a079b160794@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/4] ignite git commit: Merge branch 'ignite-1.9' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-1.9 archived-at: Mon, 20 Feb 2017 19:10:01 -0000 Merge branch 'ignite-1.9' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-1.9 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/43bf89f9 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/43bf89f9 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/43bf89f9 Branch: refs/heads/ignite-1.9 Commit: 43bf89f97cac84fee155e5063b1b18937b74b1f0 Parents: 3737407 caf7b22 Author: Sergi Vladykin Authored: Mon Feb 20 22:09:42 2017 +0300 Committer: Sergi Vladykin Committed: Mon Feb 20 22:09:42 2017 +0300 ---------------------------------------------------------------------- .../examples/java8/spark/SharedRDDExample.java | 4 +- modules/spark-2.10/pom.xml | 54 ++++++ modules/spark/pom.xml | 183 ++++++++++++++++++- .../org/apache/ignite/spark/IgniteContext.scala | 22 ++- .../spark/JavaEmbeddedIgniteRDDSelfTest.java | 10 +- .../spark/JavaStandaloneIgniteRDDSelfTest.java | 22 +-- parent/pom.xml | 3 +- 7 files changed, 270 insertions(+), 28 deletions(-) ----------------------------------------------------------------------