Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 721BE1732F for ; Fri, 6 Nov 2015 06:04:01 +0000 (UTC) Received: (qmail 57603 invoked by uid 500); 6 Nov 2015 06:03:54 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 57472 invoked by uid 500); 6 Nov 2015 06:03:54 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 57462 invoked by uid 99); 6 Nov 2015 06:03:54 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2015 06:03:54 +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 A32C3C1387 for ; Fri, 6 Nov 2015 06:03:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.386 X-Spam-Level: **** X-Spam-Status: No, score=4.386 tagged_above=-999 required=6.31 tests=[FSL_HELO_BARE_IP_2=1.386, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-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 64GGjPw34BDn for ; Fri, 6 Nov 2015 06:03:47 +0000 (UTC) Received: from relayvx11b.securemail.intermedia.net (relayvx11b.securemail.intermedia.net [64.78.52.184]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 5107A206E8 for ; Fri, 6 Nov 2015 06:03:46 +0000 (UTC) Received: from securemail.intermedia.net (localhost [127.0.0.1]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by emg-ca-1-1.localdomain (Postfix) with ESMTPS id C5A4453F0D for ; Thu, 5 Nov 2015 22:03:44 -0800 (PST) Subject: Re: build hadoop source code errors MIME-Version: 1.0 x-echoworx-msg-id: 782d60d2-7ed7-4fb3-b702-37bdf6b88896 x-echoworx-emg-received: Thu, 5 Nov 2015 22:03:44.708 -0800 x-echoworx-action: delivered Received: from 10.254.155.14 ([10.254.155.14]) by emg-ca-1-1 (JAMES SMTP Server 2.3.2) with SMTP ID 179 for ; Thu, 5 Nov 2015 22:03:44 -0800 (PST) Received: from MBX080-W4-CO-1.exch080.serverpod.net (unknown [10.224.117.101]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by emg-ca-1-1.localdomain (Postfix) with ESMTPS id 7D83053F0D for ; Thu, 5 Nov 2015 22:03:44 -0800 (PST) Received: from MBX080-W4-CO-2.exch080.serverpod.net (10.224.117.102) by MBX080-W4-CO-1.exch080.serverpod.net (10.224.117.101) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Thu, 5 Nov 2015 22:03:43 -0800 Received: from MBX080-W4-CO-2.exch080.serverpod.net ([10.224.117.102]) by mbx080-w4-co-2.exch080.serverpod.net ([10.224.117.102]) with mapi id 15.00.1044.021; Thu, 5 Nov 2015 22:03:43 -0800 From: Chris Nauroth To: "user@hadoop.apache.org" Thread-Topic: build hadoop source code errors Thread-Index: AQHRGFK1/EPEt+cneke6+NRUwReq4J6OcF0A Date: Fri, 6 Nov 2015 06:03:43 +0000 Message-ID: References: <1D4F0DE0-AC9C-4C81-98E8-B52E1CABCA79@gmail.com> In-Reply-To: <1D4F0DE0-AC9C-4C81-98E8-B52E1CABCA79@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [50.181.140.32] x-source-routing-agent: Processed Content-Type: multipart/alternative; boundary="_000_D26181F631E64cnaurothhortonworkscom_" --_000_D26181F631E64cnaurothhortonworkscom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello Zheng, This looks like the FINDBUGS_HOME environment variable couldn't be expanded= by Maven, likely because the environment variable is not defined. I have = mine set to the base directory of my Findbugs 1.3.9 installation. > echo $FINDBUGS_HOME /Users/chris/findbugs-1.3.9 I expect setting up this environment variable, pointed to your own Findbugs= 1.3.9 installation, would resolve the problem. Perhaps this isn't documented clearly enough in the BUILDING.txt file. We = do mention the need for Findbugs 1.3.9, but I don't see mention of needing = the FINDBUGS_HOME environment variable. If you're interested in helping to= improve the documentation, then we'd welcome a patch on the BUILDING.txt f= ile. I hope this helps. --Chris Nauroth From: Zheng Huang > Reply-To: "user@hadoop.apache.org" > Date: Thursday, November 5, 2015 at 10:19 PM To: "user@hadoop.apache.org" > Subject: build hadoop source code errors HI all, build hadoop source cod have an error after clone hadoop from trun= k branch of github.com. a commant is mvn package -Pdist,native,docs,src -DskipTests -Dtar on ubuntu:= 14.10 ppc64le os errors is below:Failed to execute goal org.apache.maven.plugins:maven-antru= n-plugin:1.7:run (site) on project hadoop-common: An Ant BuildException has= occured: stylesheet /home/opuser/project/hadoop_build/hadoop-common-projec= t/hadoop-common/${env.FINDBUGS_HOME}/src/xsl/default.xsl doesn't exist. anyone help me ? thank you . --_000_D26181F631E64cnaurothhortonworkscom_ Content-Type: text/html; charset="us-ascii" Content-ID: <4BEBDA5CBDA7B14B80AC4725B56B9FE8@exch080.serverpod.net> Content-Transfer-Encoding: quoted-printable
Hello Zheng,

This looks like the FINDBUGS_HOME environment variable couldn't be exp= anded by Maven, likely because the environment variable is not defined. &nb= sp;I have mine set to the base directory of my Findbugs 1.3.9 installation.=

> echo $FINDBUGS_HOME
/Users/chris/findbugs-1.3.9

I expect setting up this environment variable, pointed to your own Fin= dbugs 1.3.9 installation, would resolve the problem.

Perhaps this isn't documented clearly enough in the BUILDING.txt file.=  We do mention the need for Findbugs 1.3.9, but I don't see mention o= f needing the FINDBUGS_HOME environment variable.  If you're intereste= d in helping to improve the documentation, then we'd welcome a patch on the BUILDING.txt file.

I hope this helps.

--Chris Nauroth

From: Zheng Huang <bupthz@gmail.com>
Reply-To: "user@hadoop.apache.org" <user@hadoop.apache.org>
Date: Thursday, November 5, 2015 at= 10:19 PM
To: "user@hadoop.apache.org" <user@hadoop.apache.org>
Subject: build hadoop source code e= rrors

HI all, build hadoop source cod  have an error after clone hadoop from= trunk branch of github.com.  a

commant is mvn package -Pdist,native,docs,src -DskipTests -Dtar  on u= buntu:14.10 ppc64le os

errors is below:Failed to execute goal org.apache.maven.plu= gins:maven-antrun-plugin:1.7:run (site) on project hadoop-common: An Ant Bu= ildException has occured: stylesheet /home/opuser/project/hadoop_build/hado= op-common-project/hadoop-common/${env.FINDBUGS_HOME}/src/xsl/default.xsl doesn't exist.


anyone help me ? thank you .


--_000_D26181F631E64cnaurothhortonworkscom_--