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 92A5D18782 for ; Thu, 28 May 2015 16:45:08 +0000 (UTC) Received: (qmail 51193 invoked by uid 500); 28 May 2015 16:45:08 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 51153 invoked by uid 500); 28 May 2015 16:45:08 -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 51144 invoked by uid 99); 28 May 2015 16:45:08 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 May 2015 16:45:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 1C03DC0F5C for ; Thu, 28 May 2015 16:45:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.771 X-Spam-Level: * X-Spam-Status: No, score=1.771 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id lGEqgG0SWsUS for ; Thu, 28 May 2015 16:45:00 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id E457B25FA5 for ; Thu, 28 May 2015 16:44:59 +0000 (UTC) Received: (qmail 50658 invoked by uid 99); 28 May 2015 16:44:59 -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; Thu, 28 May 2015 16:44:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B0E4AE10DF; Thu, 28 May 2015 16:44:59 +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: Thu, 28 May 2015 16:45:09 -0000 Message-Id: In-Reply-To: <8f06749aba50497bacb1fd8a9da63f26@git.apache.org> References: <8f06749aba50497bacb1fd8a9da63f26@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/35] incubator-ignite git commit: #IGNITE-857 Update javadoc. #IGNITE-857 Update javadoc. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c462a0f8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c462a0f8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/c462a0f8 Branch: refs/heads/ignite-218-hdfs-only Commit: c462a0f8d09e292e60c342139bf34513a7a1db40 Parents: 76a0d0a Author: nikolay tikhonov Authored: Mon May 25 19:04:49 2015 +0300 Committer: nikolay tikhonov Committed: Mon May 25 19:04:49 2015 +0300 ---------------------------------------------------------------------- .../src/main/java/org/apache/ignite/mesos/ClusterProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c462a0f8/modules/mesos/src/main/java/org/apache/ignite/mesos/ClusterProperties.java ---------------------------------------------------------------------- diff --git a/modules/mesos/src/main/java/org/apache/ignite/mesos/ClusterProperties.java b/modules/mesos/src/main/java/org/apache/ignite/mesos/ClusterProperties.java index b3093f8..63ef27c 100644 --- a/modules/mesos/src/main/java/org/apache/ignite/mesos/ClusterProperties.java +++ b/modules/mesos/src/main/java/org/apache/ignite/mesos/ClusterProperties.java @@ -125,7 +125,7 @@ public class ClusterProperties { public static final String IGNITE_WORK_DIR = "IGNITE_WORK_DIR"; /** */ - public static final String DEFAULT_IGNITE_WORK_DIR = "~/ignite-releases"; + public static final String DEFAULT_IGNITE_WORK_DIR = "~/ignite-releases/"; /** Ignite version. */ private String igniteWorkDir = DEFAULT_IGNITE_WORK_DIR;