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 3049E200BCA for ; Mon, 21 Nov 2016 07:29:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2F416160AF9; Mon, 21 Nov 2016 06:29:24 +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 5463E160AEC for ; Mon, 21 Nov 2016 07:29:23 +0100 (CET) Received: (qmail 92775 invoked by uid 500); 21 Nov 2016 06:29:22 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 92764 invoked by uid 99); 21 Nov 2016 06:29:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2016 06:29:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 4F3EB1A01FE for ; Mon, 21 Nov 2016 06:29:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.593 X-Spam-Level: * X-Spam-Status: No, score=1.593 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id rey64tgt6eNS for ; Mon, 21 Nov 2016 06:29:18 +0000 (UTC) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 3EFAD5F30C for ; Mon, 21 Nov 2016 06:29:18 +0000 (UTC) Received: from mfilter29-d.gandi.net (mfilter29-d.gandi.net [217.70.178.160]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 25A74A80D3 for ; Mon, 21 Nov 2016 07:29:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter29-d.gandi.net Received: from relay3-d.mail.gandi.net ([IPv6:::ffff:217.70.183.195]) by mfilter29-d.gandi.net (mfilter29-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id A2vMcJQtG2a1 for ; Mon, 21 Nov 2016 07:29:08 +0100 (CET) X-Originating-IP: 82.238.224.4 Received: from [192.168.134.19] (bre91-1-82-238-224-4.fbx.proxad.net [82.238.224.4]) (Authenticated sender: jb@nanthrax.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 240F2A80C7 for ; Mon, 21 Nov 2016 07:29:07 +0100 (CET) Subject: Re: [VOTE] Apache CarbonData 0.2.0-incubating release To: general@incubator.apache.org References: <768327c3-d3f5-fcdd-492c-34d3d52e763b@nanthrax.net> From: =?UTF-8?Q?Jean-Baptiste_Onofr=c3=a9?= Message-ID: <44a7a777-b4f2-0348-d752-f5009589b3cd@nanthrax.net> Date: Mon, 21 Nov 2016 07:29:07 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit archived-at: Mon, 21 Nov 2016 06:29:24 -0000 Agree John: we will add more explicitly the thrift binary installation requirement in the build instructions. Thanks ! Regards JB On 11/19/2016 01:55 PM, John D. Ament wrote: > JB - > > I don't disagree with you. The release contents are good, but doesn't > build from source. When I asked how to build from source, I was given "mvn > clean -Pbuild-with-format install" without mention of the thrift binary > requirement. Maybe a user will already have thrift, maybe they won't. But > either way, they may not know how to build from source. There was an > ensuing conversation about why carbondata-format was needed or not needed, > which didn't seem to help my situation. > > Anyways now that I know thrift is required, I'm running a build with it > installed. > > John > > On Sat, Nov 19, 2016 at 4:03 AM Jean-Baptiste Onofré > wrote: > >> Hi John, >> >> AFAIR, the thrift use was required for CarbonData 0.1.0-incubating >> release. The 0.1.0-incubating passed with 3 +1 binding votes (Uma, >> Justin, and me). >> >> We agreed that the enforcement of the thrift dependency was not ideal, >> that's why we improved the build: the "old style" build is always >> possible (with thrift installed of your machine), and for convenience, >> we "pre-build" the file format: then the user can build on his machine >> without thrift (the file format is downloaded from Maven Central). >> >> In the README.md, we provide the build instructions: >> >> >> https://cwiki.apache.org/confluence/display/CARBONDATA/Building+CarbonData+And+IDE+Configuration >> >> we can see: >> >> $ mvn clean -DskipTests -Pbuild-with-format install >> >> and we can see thrift as prerequisites. >> >> IMHO, I think we think the build instructions are correct. >> >> As the build instruction are on the wiki (not in the release), if you >> consider that the build instructions should be improved, please let us >> know, we will update. However, as the build should work on your machine >> as soon as you have thrift installed, I don't think we should cancel >> this release. >> >> Thoughts ? >> >> Thanks ! >> Regards >> JB >> >> On 11/14/2016 12:00 AM, John D. Ament wrote: >>> Hi, >>> >>> Can you please provide build instructions? It fails for me on >>> >>> [ERROR] Failed to execute goal on project carbondata-core: Could not >>> resolve dependencies for project >>> org.apache.carbondata:carbondata-core:jar:0.2.0-incubating: Could not >> find >>> artifact org.apache.carbondata:carbondata-format:jar:0.2.0-incubating in >>> pentaho-releases (http://repository.pentaho.org/artifactory/repo/) -> >> [Help >>> 1] >>> >>> I'm simply running "mvn clean install" as a WAG on how its intended to >> work. >>> >>> John >>> >>> On Sun, Nov 13, 2016 at 10:33 AM Liang Chen >> wrote: >>> >>>> Hi all, >>>> >>>> PPMC vote for the release Apache CarbonData 0.2.0-incubating has passed. >>>> Now, we kindly submit this release to the IPMC. >>>> >>>> Here's the PPMC vote thread for 0.2.0 release: >>>> >>>> >> http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/RESULT-VOTE-Apache-CarbonData-0-2-0-incubating-release-td2823.html >>>> >>>> The source distribution, with signatures is there: >>>> >>>> >> https://dist.apache.org/repos/dist/dev/incubator/carbondata/0.2.0-incubating/ >>>> >>>> The git tag is: >>>> >>>> >> https://git-wip-us.apache.org/repos/asf?p=incubator-carbondata.git;a=commit;h=848d3c03b63d2eba4160b25e60c097fc38aeb1e3 >>>> >>>> Staging Repository: >>>> >> https://repository.apache.org/content/repositories/orgapachecarbondata-1006 >>>> >>>> The artifacts have been signed with this key: >>>> https://dist.apache.org/repos/dist/dev/incubator/carbondata/KEYS >>>> >>>> The Release Notes is: >>>> >>>> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320220&version=12337896 >>>> >>>> Please vote to approve this release: >>>> >>>> [ ] +1 Approve the release >>>> [ ] -1 Don't approve the release (please provide specific comments) >>>> >>>> This vote will be open for at least 72 hours. >>>> >>>> Thanks ! >>>> Regards >>>> >>> >> >> -- >> Jean-Baptiste Onofré >> jbonofre@apache.org >> http://blog.nanthrax.net >> Talend - http://www.talend.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org >> For additional commands, e-mail: general-help@incubator.apache.org >> >> > -- Jean-Baptiste Onofré jbonofre@apache.org http://blog.nanthrax.net Talend - http://www.talend.com --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org