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 05567200CAF for ; Thu, 8 Jun 2017 02:45:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 03E6F160BE2; Thu, 8 Jun 2017 00:45:26 +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 4AE17160BD0 for ; Thu, 8 Jun 2017 02:45:25 +0200 (CEST) Received: (qmail 97031 invoked by uid 500); 8 Jun 2017 00:45:24 -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 97020 invoked by uid 99); 8 Jun 2017 00:45:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2017 00:45:24 +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 146BDC2112 for ; Thu, 8 Jun 2017 00:45:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.011 X-Spam-Level: X-Spam-Status: No, score=-100.011 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 7AhxCMllYr4F for ; Thu, 8 Jun 2017 00:45:23 +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 4EC325F36B for ; Thu, 8 Jun 2017 00:45:23 +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 5EF1FE05CE for ; Thu, 8 Jun 2017 00:45:21 +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 9C8B221E0D for ; Thu, 8 Jun 2017 00:45:19 +0000 (UTC) Date: Thu, 8 Jun 2017 00:45:19 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-18184) Add hbase-hadoop2-compat jar as MapReduce job dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Jun 2017 00:45:26 -0000 [ https://issues.apache.org/jira/browse/HBASE-18184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16042013#comment-16042013 ] Hudson commented on HBASE-18184: -------------------------------- FAILURE: Integrated in Jenkins build HBase-1.4 #767 (See [https://builds.apache.org/job/HBase-1.4/767/]) HBASE-18184 Add hbase-hadoop2-compat jar as MapReduce dependency (apurtell: rev ba3a816663cc407ec4c4b6a9c6e9f66a8ab997d5) * (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java > Add hbase-hadoop2-compat jar as MapReduce job dependency > -------------------------------------------------------- > > Key: HBASE-18184 > URL: https://issues.apache.org/jira/browse/HBASE-18184 > Project: HBase > Issue Type: Bug > Components: mapreduce > Affects Versions: 2.0.0, 1.4.0 > Reporter: Alex Araujo > Assignee: Alex Araujo > Priority: Minor > Fix For: 2.0.0, 1.4.0 > > Attachments: HBASE-18184.patch > > > HBASE-17448 added a dependency on hbase-hadoop2-compat for MapReduce jobs. Explicitly add this jar dependency in TableMapReduceUtil. -- This message was sent by Atlassian JIRA (v6.3.15#6346)