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 32247200C41 for ; Fri, 24 Mar 2017 13:46:47 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2E291160B9A; Fri, 24 Mar 2017 12:46:47 +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 7BE78160B82 for ; Fri, 24 Mar 2017 13:46:46 +0100 (CET) Received: (qmail 7693 invoked by uid 500); 24 Mar 2017 12:46:45 -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 7682 invoked by uid 99); 24 Mar 2017 12:46:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2017 12:46:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2289E181069 for ; Fri, 24 Mar 2017 12:46:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -98.702 X-Spam-Level: X-Spam-Status: No, score=-98.702 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 7dOCdviAiWpm for ; Fri, 24 Mar 2017 12:46:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 02BF65FBBA for ; Fri, 24 Mar 2017 12:46:44 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B09CAE0B21 for ; Fri, 24 Mar 2017 12:46:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id C5CC02406B for ; Fri, 24 Mar 2017 12:46:41 +0000 (UTC) Date: Fri, 24 Mar 2017 12:46:41 +0000 (UTC) From: "Reid Chan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HBASE-17820) Fail build with hadoop-2.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 24 Mar 2017 12:46:47 -0000 [ https://issues.apache.org/jira/browse/HBASE-17820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15940251#comment-15940251 ] Reid Chan edited comment on HBASE-17820 at 3/24/17 12:45 PM: ------------------------------------------------------------- For branch in [branch-1, branch-1.1, branch-1.2, branch-1.3, master, branch-2]: # git checkout branch # clean up repo # run "mvn clean install -Dhadoop-two.version=2.6.0 -DskipTests" Only branch-2 has problem, but not about license. I couldn't reproduce that situation, and all builds passed today. It's strange, because i cleaned up repo? was (Author: reidchan): For branch in [branch-1, branch-1.1, branch-1.2, branch-1.3, master, branch-2]: #git checkout branch #clean up repo #run "mvn clean install -Dhadoop-two.version=2.6.0 -DskipTests" Only branch-2 has problem, but not about license. I couldn't reproduce that situation, and all builds passed today. It's strange, because i cleaned up repo? > Fail build with hadoop-2.6.0 > ---------------------------- > > Key: HBASE-17820 > URL: https://issues.apache.org/jira/browse/HBASE-17820 > Project: HBase > Issue Type: Bug > Components: build > Affects Versions: 1.2.4 > Environment: hadoop-2.6.0, java 8 > Reporter: Reid Chan > Assignee: Reid Chan > > I used this command "mvn clean install -Dhadoop-two.version=2.6.0 -DskipTests" to build hbase-1.2.4 source code. > Build failed at hbase-assembly module. > This is the fail message: > "Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project hbase-assembly: Error rendering velocity resource. Error invoking method 'get(java.lang.Integer)' in java.util.ArrayList at META-INF/LICENSE.vm[line 1671, column 8]: InvocationTargetException: Index: 0, Size: 0 -> [Help 1]". -- This message was sent by Atlassian JIRA (v6.3.15#6346)