Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC99018BB5 for ; Wed, 27 May 2015 23:26:49 +0000 (UTC) Received: (qmail 4431 invoked by uid 500); 27 May 2015 23:26:49 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 4379 invoked by uid 500); 27 May 2015 23:26:49 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 4366 invoked by uid 99); 27 May 2015 23:26:49 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2015 23:26:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 00785C93CC for ; Wed, 27 May 2015 23:26:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.001 X-Spam-Level: * X-Spam-Status: No, score=1.001 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id ysEqwh8ByHfT for ; Wed, 27 May 2015 23:26:38 +0000 (UTC) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 5E1B924BBB for ; Wed, 27 May 2015 23:26:38 +0000 (UTC) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 93509404C1; Thu, 28 May 2015 01:26:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id 0wREGL5Zz-Uj; Thu, 28 May 2015 01:26:29 +0200 (CEST) User-Agent: K-9 Mail for Android In-Reply-To: References: <20150527181344.GA21172@zen.arangodb.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: Building question From: =?ISO-8859-1?Q?Max_Neunh=F6ffer?= Date: Wed, 27 May 2015 16:26:18 -0700 To: dev@drill.apache.org Message-ID: I will post the logs later today. I was in a meeting and am currently travelling back. Max Am 27. Mai 2015 14:43:57 GMT-07:00, schrieb Hanifi Gunes : >A quick advise is to reduce fork count to 1 via -DforkCount=1 -- the >default is 2. > >It would be great to know which test fails or hangs though. > >-Hanifi > >On Wed, May 27, 2015 at 2:35 PM, George Spofford > >wrote: > >> For what it's worth, I found that trying to build the 1.0.0 on a >windows 7 >> laptop with Java 7.0.55 resulted in hanging test failures as well. >Wasn't >> sure if I should bother reporting but it sounds like I may be >experiencing >> the same as Max. >> >> On Wed, May 27, 2015 at 2:32 PM, Hanifi Gunes >wrote: >> >> > IDEA ships with built-in maven support. Only thing remains is to >import >> > Drill as maven project. >> > >> > On Wed, May 27, 2015 at 2:21 PM, Chris Westin > >> > wrote: >> > >> > > Follow-on for (2)... >> > > >> > > At least in Eclipse, this also requires installing the maven >plugin, >> and >> > > importing one or more maven project descriptions/pom.xml files >> (depending >> > > on what you're going to work on). I'd be surprised if IntelliJ >doesn't >> > have >> > > something similar. >> > > >> > > >> > > On Wed, May 27, 2015 at 12:54 PM, Hanifi Gunes > >> > > wrote: >> > > >> > > > 1) >> > > > - Is this known or intended? >> > > > No. Tests should run cleanly. Can you take a look at logs and >post >> the >> > > > failed test along with your environment? >> > > > >> > > > 2) >> > > > - Is it possible to build drill from within IntelliJIDEA? >> > > > You should use terminal for the first time. Then IDEA picks up >and >> > > cleanly >> > > > builds incremental changes. >> > > > >> > > > -Hanifi >> > > > >> > > > On Wed, May 27, 2015 at 11:13 AM, Max Neunhöffer > >> > > wrote: >> > > > >> > > > > Dear Drillers, >> > > > > >> > > > > I have two questions: >> > > > > >> > > > > (1) >> > > > > >> > > > > I am trying to compile drill from source. I observe that the >> building >> > > > > instructions from the README do not work for me: >> > > > > >> > > > > git clone https://github.com/apache/drill.git >> > > > > cd drill >> > > > > mvn clean install >> > > > > >> > > > > What happens is that some modules are built successfully but >then >> > some >> > > > > intermediate test fails. >> > > > > >> > > > > I did manage to build with >> > > > > >> > > > > mvn clean install -DskipTests=true >> > > > > >> > > > > After that, >> > > > > >> > > > > mvn clean install >> > > > > >> > > > > works as well. This suggests to me that some dependencies >between >> > > builds >> > > > > and tests are not configured correctly... >> > > > > >> > > > > Is this known or intended? >> > > > > >> > > > > This happens in the master and 1.0.0 branches in the same >way. >> > > > > >> > > > > >> > > > > (2) >> > > > > >> > > > > Is it possible to build drill from within IntelliJIDEA? >> > > > > >> > > > > When I checkout the project from github and simply say >"Build" it >> > does >> > > > > not know how to use antlr3 to rebuild the automatically >generated >> > > parser >> > > > > code, even though I have installed the ANTLRWorks plugin and >the >> > maven3 >> > > > > plugin for antlr3. >> > > > > >> > > > > Again, this does not depend on whether I am using master or >1.0.0. >> > > > > >> > > > > >> > > > > Best regards, >> > > > > Max. >> > > > > >> > > > >> > > >> > >>