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 F0769200BA3 for ; Thu, 20 Oct 2016 08:26:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EF0AC160AE0; Thu, 20 Oct 2016 06:26:59 +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 671EE160ADB for ; Thu, 20 Oct 2016 08:26:59 +0200 (CEST) Received: (qmail 32958 invoked by uid 500); 20 Oct 2016 06:26: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 32944 invoked by uid 99); 20 Oct 2016 06:26:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 06:26:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 508852C0073 for ; Thu, 20 Oct 2016 06:26:58 +0000 (UTC) Date: Thu, 20 Oct 2016 06:26:58 +0000 (UTC) From: "Duo Zhang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16887) Allow setting different hadoopcheck versions in precommit for different branches MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 20 Oct 2016 06:27:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-16887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15590961#comment-15590961 ] Duo Zhang commented on HBASE-16887: ----------------------------------- The hadoop checks are triggered in the function hadoopcheck_rebuild declared in hbase-personality.sh. If we know the branch we on, it is possible to use different hadoop versions for different branches. So could yetus send the branch name as a parameter to this function? Or could we run some git commands to get the branch name? The command itself is simple, the problem is we need to run it inside the local repo. Any ideas [~busbey]? Thanks. > Allow setting different hadoopcheck versions in precommit for different branches > -------------------------------------------------------------------------------- > > Key: HBASE-16887 > URL: https://issues.apache.org/jira/browse/HBASE-16887 > Project: HBase > Issue Type: Bug > Components: build > Reporter: Duo Zhang > > http://hbase.apache.org/book.html#hadoop > The supportted hadoop versions are different for different HBase versions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)