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 318A717350 for ; Fri, 3 Apr 2015 12:59:16 +0000 (UTC) Received: (qmail 8548 invoked by uid 500); 3 Apr 2015 12:59:16 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 8482 invoked by uid 500); 3 Apr 2015 12:59:16 -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 8466 invoked by uid 99); 3 Apr 2015 12:59:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2015 12:59:16 +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; Fri, 03 Apr 2015 12:59:13 +0000 Received: (qmail 6438 invoked by uid 99); 3 Apr 2015 12:58:52 -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; Fri, 03 Apr 2015 12:58:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A0582E2F7A; Fri, 3 Apr 2015 12:58:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Fri, 03 Apr 2015 12:59:28 -0000 Message-Id: <5d1b49a62bac40489fb6e2d95850f4f4@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [37/50] [abbrv] incubator-ignite git commit: Updated devnotes. X-Virus-Checked: Checked by ClamAV on apache.org Updated devnotes. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c213edcd Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c213edcd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/c213edcd Branch: refs/heads/ignite-tests-todo Commit: c213edcde1bd0649a14dbf72d03a580db375cec3 Parents: c662901 Author: thatcoach Authored: Thu Apr 2 20:52:16 2015 +0300 Committer: thatcoach Committed: Thu Apr 2 20:52:16 2015 +0300 ---------------------------------------------------------------------- DEVNOTES.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c213edcd/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/DEVNOTES.txt b/DEVNOTES.txt index 3a712c7..f2c885f 100644 --- a/DEVNOTES.txt +++ b/DEVNOTES.txt @@ -1,5 +1,5 @@ -Maven Build Instructions -======================== +Ignite Fabric Maven Build Instructions +====================================== Without LGPL dependencies (default): mvn clean package -DskipTests @@ -11,6 +11,17 @@ Look for ignite-fabric-.zip in ./target directory. NOTE: JDK version should be 1.7.0-* or >= 1.8.0-u40. +Ignite Hadoop Accelerator Maven Build Instructions +============================================ +mvn clean package -DskipTests -Dignite.edition=hadoop [-Dhadoop.version=X.X.X] + +Use 'hadoop.version' parameter to build Ignite against a specific Hadoop version. + +Look for ignite-hadoop-.zip in ./target directory. + +NOTE: JDK version should be 1.7.0-* or >= 1.8.0-u40. + + JCache TCK compliance ====================== To test compliance with JCache TCK use: