Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C0E781742B for ; Wed, 8 Apr 2015 02:03:44 +0000 (UTC) Received: (qmail 16902 invoked by uid 500); 8 Apr 2015 02:03:44 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 16868 invoked by uid 500); 8 Apr 2015 02:03:44 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 16855 invoked by uid 99); 8 Apr 2015 02:03:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2015 02:03:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 08 Apr 2015 02:03:19 +0000 Received: (qmail 14872 invoked by uid 99); 8 Apr 2015 02:03:16 -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; Wed, 08 Apr 2015 02:03:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5961EE2F26; Wed, 8 Apr 2015 02:03:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.incubator.apache.org Date: Wed, 08 Apr 2015 02:03:32 -0000 Message-Id: In-Reply-To: <7280ee34b8a64d0e89f2d97e4d9ec583@git.apache.org> References: <7280ee34b8a64d0e89f2d97e4d9ec583@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [17/50] [abbrv] incubator-ignite git commit: sprint-3 - Updated streaming examples. X-Virus-Checked: Checked by ClamAV on apache.org sprint-3 - Updated streaming examples. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/3c3931f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3c3931f5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/3c3931f5 Branch: refs/heads/ignite-674 Commit: 3c3931f5097c6779e7c3304f81dddb113848b0eb Parents: 060ccf2 Author: Dmitiry Setrakyan Authored: Mon Apr 6 23:52:07 2015 -0700 Committer: Dmitiry Setrakyan Committed: Mon Apr 6 23:52:07 2015 -0700 ---------------------------------------------------------------------- DEVNOTES.txt | 2 +- parent/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3c3931f5/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/DEVNOTES.txt b/DEVNOTES.txt index 3726774..041026d 100644 --- a/DEVNOTES.txt +++ b/DEVNOTES.txt @@ -35,7 +35,7 @@ To check license headers use: mvn clean validate -Pcheck-licenses -For more information (e.g. exclude list) see "check-licenses" profile in pom.xml. +For more information (e.g. exclude list) see "check-licenses" profile in "parent/pom.xml". Useful Release Commands http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3c3931f5/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 5ba2437..f24f4ae 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -628,6 +628,7 @@ src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.empty src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.brokenxml src/test/java/org/apache/ignite/internal/processors/hadoop/books/*.txt + examples/src/main/java/org/apache/ignite/examples/streaming/wordcount/*.txt src/main/java/META-INF/services/javax.cache.spi.CachingProvider src/main/java/org/jetbrains/annotations/*.java src/main/resources/META-INF/services/org.apache.hadoop.mapreduce.protocol.ClientProtocolProvider