Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78BE91077A for ; Wed, 11 Sep 2013 07:57:24 +0000 (UTC) Received: (qmail 5423 invoked by uid 500); 11 Sep 2013 07:57:23 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 5364 invoked by uid 500); 11 Sep 2013 07:57:23 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 5355 invoked by uid 99); 11 Sep 2013 07:57:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 07:57:20 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 11 Sep 2013 07:57:17 +0000 Received: (qmail 4632 invoked by uid 99); 11 Sep 2013 07:56:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 07:56:52 +0000 Date: Wed, 11 Sep 2013 07:56:52 +0000 (UTC) From: "Suresh Srinivas (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FALCON-106) Falcon compilation fails for hadoop-2 profile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-106?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated FALCON-106: ----------------------------------- Attachment: falcon-build-2.x.v2.patch New patch. A lot simpler than the previous one. Splits hadoop.version to hadoop1.version and hadoop2.version. This avoid th= e issues we have seen where on hadoop-2 builds, some hadoop-1 related jars = are not found and the build fails. Following commands succeed: {noformat} mvn -DskipTests -DskipCheck=3Dtrue clean install mvn clean assembly:assembly -DskipTests mvn -DskipTests -DskipCheck=3Dtrue clean install -Pdistributed mvn clean assembly:assembly -DskipTests -Pdistributed mvn -DskipTests -DskipCheck=3Dtrue clean install -Phadoop-1 mvn clean assembly:assembly -DskipTests -Phadoop-1 mvn -DskipTests -DskipCheck=3Dtrue clean install -Pdistributed -Phadoop-1 mvn clean assembly:assembly -DskipTests -Pdistributed -Phadoop-1 mvn -DskipTests -DskipCheck=3Dtrue clean install -Phadoop-2 mvn clean assembly:assembly -DskipTests -Phadoop-2 mvn -DskipTests -DskipCheck=3Dtrue clean install -Pdistributed -Phadoop-2 mvn clean assembly:assembly -DskipTests -Pdistributed -Phadoop-2 mvn -DskipTests -DskipCheck=3Dtrue clean install -Dhadoop.profile=3D2 mvn clean assembly:assembly -DskipTests -Dhadoop.profile=3D2 mvn -DskipTests -DskipCheck=3Dtrue clean install -Pdistributed -Dhadoop.pro= file=3D2 mvn clean assembly:assembly -DskipTests -Pdistributed -Dhadoop.profile=3D2 mvn -DskipTests -DskipCheck=3Dtrue clean install -Dhadoop.profile=3D1 mvn clean assembly:assembly -DskipTests -Dhadoop.profile=3D1 mvn -DskipTests -DskipCheck=3Dtrue clean install -Pdistributed -Dhadoop.pro= file=3D1 mvn clean assembly:assembly -DskipTests -Pdistributed -Dhadoop.profile=3D1 {noformat} The following tests fail (with or without this patch): Failed tests:=20 FalconCLIIT.prepare:47 =C3=88 Connect Call to localhost/127.0.0.1:41020 f= ailed on c... LogProviderIT.setup:65 =C3=88 Connect Call to localhost/127.0.0.1:41020 f= ailed on c... ClusterEntityValidationIT.setup:49 =C3=88 Connect Call to localhost/127.0= .0.1:41020... EntityManagerJerseyIT.prepare:68 =C3=88 Connect Call to localhost/127.0.0= .1:41020 f... PigProcessIT.prepare:44 =C3=88 Connect Call to localhost/127.0.0.1:41020 = failed on ... Looks like in EmbeddedCluster.java, MiniDFSCluster is never started. If I g= et some time, I will post a patch. =20 > Falcon compilation fails for hadoop-2 profile > --------------------------------------------- > > Key: FALCON-106 > URL: https://issues.apache.org/jira/browse/FALCON-106 > Project: Falcon > Issue Type: Bug > Components: build-tools > Reporter: Suresh Srinivas > Assignee: Suresh Srinivas > Attachments: falcon-build-2.x.patch, falcon-build-2.x.v2.patch, f= alcon-build-2.x.v2.patch > > > Mainly due to hadoop-core and hadoop-test artifacts not being available i= n hadoop 2.x. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira