Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 037FB10E33 for ; Mon, 24 Jun 2013 12:29:25 +0000 (UTC) Received: (qmail 76932 invoked by uid 500); 24 Jun 2013 12:29:24 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 76732 invoked by uid 500); 24 Jun 2013 12:29:24 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 76723 invoked by uid 99); 24 Jun 2013 12:29:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jun 2013 12:29:24 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mdrob@mdrob.com designates 209.85.128.176 as permitted sender) Received: from [209.85.128.176] (HELO mail-ve0-f176.google.com) (209.85.128.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jun 2013 12:29:16 +0000 Received: by mail-ve0-f176.google.com with SMTP id c13so8692392vea.35 for ; Mon, 24 Jun 2013 05:28:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=grz5Qfu48OMkAZT6Nh7/Qqte2RwWNc2mjCAupX9kcOs=; b=bJNT4Ohgs3de6Sips4sb2O8NDIbB81MXIdUux7wtkHRZ+QmCu5dUGGYf7bKcYDKfNN 3Wl4R3l3HishlJS9p2Zc2JazSIuWZYH8TX2EOq2/llcHYD9nD2UU3wTUr2RKLRktRdfn RQ8VrG/r4vHrG/BnZ0uXsdAOvK3yEYBg75psq+rTwtfQopPE2A3HsVw/+scBQGDYkTXS mmKFIlDrnv+4z21H/dSBYxAqzDHxAVHD53mip+hXALqYflvrbi/NWUhr66aWlPKUdlE2 eabnqZErVeuhwdkpm1TXpE5UPHZmVCxhpGwQ8EJI4R8dqnAMermXl82Hg62n6c2JyULy C0CA== MIME-Version: 1.0 X-Received: by 10.58.97.199 with SMTP id ec7mr11488436veb.72.1372076934358; Mon, 24 Jun 2013 05:28:54 -0700 (PDT) Received: by 10.220.26.15 with HTTP; Mon, 24 Jun 2013 05:28:54 -0700 (PDT) X-Originating-IP: [74.107.121.101] Received: by 10.220.26.15 with HTTP; Mon, 24 Jun 2013 05:28:54 -0700 (PDT) In-Reply-To: References: <51C7AC4E.8090709@gmail.com> Date: Mon, 24 Jun 2013 08:28:54 -0400 Message-ID: Subject: Re: Accumulo build error From: Mike Drob To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=089e013a069646fb5204dfe58e97 X-Gm-Message-State: ALoCoQmX00aYoNEUNyaLBUsx/Xv4r4OJWCKt+kPJeVd8uj7Bj5tAuE2V6iAYBBpo8gMn0tE7ifHE X-Virus-Checked: Checked by ClamAV on apache.org --089e013a069646fb5204dfe58e97 Content-Type: text/plain; charset=ISO-8859-1 Do you have rpmbuild installed? On Jun 24, 2013 8:20 AM, "Andres Danter" wrote: > Hi Josh, > > That was very helpful. It got me passed the tests and my build was > successful. I'm now trying to build the RPM for Accumulo 1.4.3, but I'm > getting resistance there too. I'm running the command: > > mvn rpm:rpm -N > > All I'm getting for an error is an echo of the string of commands it is > trying to execute. > > [ERROR] Failed to execute goal > org.codehaus.mojo:rpm-maven-plugin:2.0-beta-2:rpm (default-cli) on project > accumulo: RPM build execution returned: '127' executing '/bin/sh -c cd > /home/adanter/accumulo/accumulo-1.4.3/target/rpm/SPECS && rpmbuild -bb > --buildroot /home/adanter/accumulo/accumulo-1.4.3/target/rpm/buildroot > --define '_topdir /home/adanter/accumulo/accumulo-1.4.3/target/rpm' > --target amd64 accumulo.spec' > > I feel like there is something I may have to do with Maven or its plugin. > > Thanks again for the help earlier. > > Andres > > > On Sun, Jun 23, 2013 at 10:17 PM, Josh Elser wrote: > > > Andres, > > > > That test is known to be a little tight on the timings. > > > > If your system isn't beefy enough to run it in the expected timings, you > > can remove the Test annotation on the method, reduce the number of > threads > > that test will run, or just build the tag without running tests (mvn > > package -DskipTests). > > > > - Josh > > > > > > On 06/23/2013 09:42 PM, Andres Danter wrote: > > > >> Hi all, > >> > >> I'm having some problems building Accumulo 1.4.3. It keeps failing an > >> "InMemoryMapTest" in the tabletServer portion. I'm including a link to > a > >> document listing the errors I keep getting and the details of the > platform > >> and the environment I'm using. > >> > >> https://docs.google.com/file/**d/**0BxBY29P7A1RgaFhKRGFrWEFXX1k/** > >> edit?usp=sharing< > https://docs.google.com/file/d/0BxBY29P7A1RgaFhKRGFrWEFXX1k/edit?usp=sharing > > > >> > >> Any help getting me past this issue is appreciated, since I'm already > >> behind on my project. > >> > >> Thanks, > >> > >> Andres > >> > >> > > > --089e013a069646fb5204dfe58e97--