Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7EF0F17A62 for ; Mon, 9 Mar 2015 20:00:22 +0000 (UTC) Received: (qmail 93437 invoked by uid 500); 9 Mar 2015 20:00:17 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 93399 invoked by uid 500); 9 Mar 2015 20:00:17 -0000 Mailing-List: contact dev-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 dev@ignite.incubator.apache.org Received: (qmail 93387 invoked by uid 99); 9 Mar 2015 20:00:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2015 20:00:17 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [69.252.207.44] (HELO resqmta-ch2-12v.sys.comcast.net) (69.252.207.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2015 20:00:10 +0000 Received: from resomta-ch2-01v.sys.comcast.net ([69.252.207.97]) by resqmta-ch2-12v.sys.comcast.net with comcast id 1XwQ1q00526dK1R01XwT6X; Mon, 09 Mar 2015 19:56:27 +0000 Received: from tinybb.boudnik.org ([24.130.135.131]) by resomta-ch2-01v.sys.comcast.net with comcast id 1XwS1q00R2qGB6001XwTUu; Mon, 09 Mar 2015 19:56:27 +0000 Received: by tinybb.boudnik.org (Postfix, from userid 1002) id 8973A83E; Mon, 9 Mar 2015 19:57:10 +0000 (UTC) Date: Mon, 9 Mar 2015 19:57:10 +0000 From: Konstantin Boudnik To: dev@ignite.incubator.apache.org Subject: Re: [VOTE] Apache Ignite 1.0.0 RC2 release Message-ID: <20150309195710.GQ1657@boudnik.org> References: <20150308221431.GR1657@boudnik.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Organization: It's something of 'Cos User-Agent: Mutt/1.5.21 (2010-09-15) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1425930987; bh=Sk0e+dvQobTCUSPacrcqkSpHBSW2Z5H7SygfTX/fJjc=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=oY504atChOKFVptMTHxfmJa96uGf1Uu7a/a6xcMbpzhL7O0OkFYFCB7y+zT7AXzAF pHa08UOGPNvsUcyW0p3KkQdtui7uXNh9F9UpHn/qVQZ8qoMB3xmgzfcWjI0E4tgus2 rXS5cKEsjSAFA9zFowCRtIKv2wGii5liMOaiPGkZXjNDB+jvHCeBySTHN6BqfQVpCb vr3iWmoeqRNAFEQtlAi10u+JVyXTqz/QYe1q6Fxw5Xt14+0IbMP+9ZY/2hAEebI6Kn kRsjtAJQYbAmferfRJuAXkpgi8ofhcI2qTSnk9DMClbTDUPRmxntQW+U5c/xcggXwn b55nKSABagDiA== X-Virus-Checked: Checked by ClamAV on apache.org Aha, that fixed the issue. I was able to run two nodes grid and nodes discovered each other and everything seems to be fine. However, this produced the error: % ./bin/ignitevisorcmd.sh Error: Could not find or load main class org.apache.ignite.visor.commands.VisorConsole I think it worth adding a DEVNOTES.txt or a similar to the root folder, so a total n00b developer can quickly get it up and running from the source code without looking elsewhere. Cos On Mon, Mar 09, 2015 at 10:27AM, Valentin Kulichenko wrote: > This happens because build tries to call Git to acquire revision number. > This is needed only for release procedure and can be disabled by excluding > 'release' profile: > > mvn clean compile -P-release > > -- > Val > > On Mon, Mar 9, 2015 at 12:37 AM, Dmitriy Setrakyan > wrote: > > > Thanks Cos. > > > > As far as MD5, I used the command documented in Apache guidelines: > > gpg --print-md MD5 [fileName] > [fileName].md5 > > > > The build issue you are having looks rather strange. Is anyone else having > > the same? In any case, I will try it myself tomorrow and update the RC if > > necessary. > > > > D. > > > > > > On Sun, Mar 8, 2015 at 3:14 PM, Konstantin Boudnik wrote: > > > > > A feeedback: > > > - the signature is correct. > > > - md5sum is correct, although I am not sure how you manage to get such > > a > > > format. Standard Unix md5sum returns > > > > > > 6ea5594bd5967d6f38e7009fc7783e11 incubator-ignite-release-1.0.0-RC2.zip > > > > > > whereas your file has whitespaces and capital letters. Is it Apple's > > thing > > > or > > > something? Can it made to be complient with Unix's format? > > > > > > - unfortunately, I can not build nor compile not validate the licenses > > > because I am getting > > > > > > [ERROR] Failed to execute goal > > > org.apache.maven.plugins:maven-antrun-plugin:1.7:run > > > (properties-augmentation) > > > on project ignite-core: An Ant BuildException has occured: exec returned: > > > 128 > > > [ERROR] around Ant part ... > > executable="git" failonerror="yes">... @ 4:74 in > > > > > > > > /biggy/workspaces/ignite-RC12/incubator-ignite-release-1.0.0-RC2/modules/core/target/antrun/build-main.xml > > > [ERROR] -> [Help 1] > > > > > > Not really sure if this an environment issue or else, but my laptop is a > > > development machine and I usually have no issues with anything in Java > > > stack. > > > > > > Please advise. > > > Cos > > > > > > On Fri, Mar 06, 2015 at 12:18AM, Dmitriy Setrakyan wrote: > > > > I have uploaded the new 1.0 RC2 release to: > > > > http://people.apache.org/~dsetrakyan/ignite-1.0.0-RC2/ > > > > > > > > The following changes have been made: > > > > > > > > - The RAT issues found before were fixed. > > > > - Documentation folder for Markdown documentation was added under > > > docs/wiki > > > > folder (note that these files do not include Apache License header, > > > should > > > > they?) > > > > > > > > Please start voting. > > > > > > > > +1 - to accept the RC2 as Apache Ignite (incubating) 1.0 > > > > 0 - don't care either way > > > > -1 - DO NOT accept RC2 as Apache Ignite (incubating) 1.0 (explain why) > > > > >