Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 17A30200BB8 for ; Sat, 12 Nov 2016 14:06:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 16257160B00; Sat, 12 Nov 2016 13:06:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5E4F6160AF4 for ; Sat, 12 Nov 2016 14:05:59 +0100 (CET) Received: (qmail 25065 invoked by uid 500); 12 Nov 2016 13:05:58 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 25051 invoked by uid 99); 12 Nov 2016 13:05:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Nov 2016 13:05:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 546FF2C2B10 for ; Sat, 12 Nov 2016 13:05:58 +0000 (UTC) Date: Sat, 12 Nov 2016 13:05:58 +0000 (UTC) From: "Arshad Mohammad (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17078) hadoop.profile=3.0 profile build fails because hadoop-three-compat.xml does not exist MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 12 Nov 2016 13:06:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-17078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arshad Mohammad updated HBASE-17078: ------------------------------------ Attachment: HBASE-17079.master.001.patch Submitting the fix. > hadoop.profile=3.0 profile build fails because hadoop-three-compat.xml does not exist > ------------------------------------------------------------------------------------- > > Key: HBASE-17078 > URL: https://issues.apache.org/jira/browse/HBASE-17078 > Project: HBase > Issue Type: Bug > Components: build > Reporter: Arshad Mohammad > Attachments: HBASE-17079.master.001.patch > > > HBase build with hadoop.profile=3.0 is failing as hbase-assembly\src\main\assembly\hadoop-three-compat.xml is not present. > {code} > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 06:18 min > [INFO] Finished at: 2016-11-12T13:17:48+05:30 > [INFO] Final Memory: 230M/1118M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (default-cli) on project hbase-assembly: Error reading assemblies: Error locating assembly descriptor: src/main/assembly/hadoop-three-compat.xml > [ERROR] > [ERROR] [1] [INFO] Searching for file location: D:\gitHome\hbaseMaster\hbase-assembly\src\main\assembly\hadoop-three-compat.xml > [ERROR] > [ERROR] [2] [INFO] File: D:\gitHome\hbaseMaster\hbase-assembly\src\main\assembly\hadoop-three-compat.xml does not exist. > [ERROR] > [ERROR] [3] [INFO] File: D:\gitHome\hbaseMaster\src\main\assembly\hadoop-three-compat.xml does not exist. > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please read the following articles: > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the command > [ERROR] mvn -rf :hbase-assembly > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)