Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-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 87CB7D9C8 for ; Tue, 4 Sep 2012 17:11:57 +0000 (UTC) Received: (qmail 52781 invoked by uid 500); 4 Sep 2012 17:11:56 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 52731 invoked by uid 500); 4 Sep 2012 17:11:56 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 52723 invoked by uid 99); 4 Sep 2012 17:11:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 17:11:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.210.169 as permitted sender) Received: from [209.85.210.169] (HELO mail-iy0-f169.google.com) (209.85.210.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 17:11:51 +0000 Received: by iagk10 with SMTP id k10so11865556iag.14 for ; Tue, 04 Sep 2012 10:11:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=UG3nL3ICu9nOTvbVDhGil3SYXtOZhaY99iRKgvnJ5eA=; b=dh7WCJXBOuBODkPU0QnP5CEt+fPIa/1+qOQf8OHMAEMSYZglD330GBszN0vvtDvUaa gN7yBSEdJnv1AvRAfx+tn6R2+QkzBD5WUf9GFphQbaBI9CgrQmDFLLm5ScqNoGEuKCIj M16psObCNOgkgcZjRbJ8VTXo4SomqsirjRZaiq9w9A52kPfLj9RLMzD/hmIMwkSQjRzw 9V9pFRWzaT517kHQdWSthmDiKP/kwMFd7gxIkpmHKlhgfHeqFNx3Q6vxVuHKRv5cJATN 5UuGiwm4jjtaOt/AAbK+xOSVWIv6wva9+BZ3gnGyFuvNveFDEAAgGZaIMeFpyBrd92CK fBlA== MIME-Version: 1.0 Received: by 10.60.8.104 with SMTP id q8mr15999938oea.120.1346778691309; Tue, 04 Sep 2012 10:11:31 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.76.25.201 with HTTP; Tue, 4 Sep 2012 10:11:31 -0700 (PDT) In-Reply-To: References: <1346645744.83712.YahooMailNeo@web121702.mail.ne1.yahoo.com> Date: Tue, 4 Sep 2012 10:11:31 -0700 X-Google-Sender-Auth: BiipNDxbSNFppf8C9Y72EAMry0Q Message-ID: Subject: Re: Looks like HadoopQA is hosed. From: Stack To: dev@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Sep 4, 2012 at 10:08 AM, Todd Lipcon wrote: > Hmm, there is no /home/jenkins/buildSupport on any of the machines, > best I can tell. > > The build script does: > ### Copy in any supporting files needed by this process > cp -r $SUPPORT_DIR/lib/* ./lib > > but I don't think it's actually necessary. Does anyone know what libs > we expect to get out of this dir? > I don't know. Maybe vestige of the fact that our hadoopqa came from hadoop. I could try commenting it out and see what complaint we get subsequently? St.Ack