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 4FC03200D5E for ; Sat, 9 Dec 2017 00:03:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4E50F160C1F; Fri, 8 Dec 2017 23:03:06 +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 92D4E160BFD for ; Sat, 9 Dec 2017 00:03:05 +0100 (CET) Received: (qmail 3856 invoked by uid 500); 8 Dec 2017 23:03:04 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 3845 invoked by uid 99); 8 Dec 2017 23:03:04 -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, 08 Dec 2017 23:03:04 +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 EEE201807A1 for ; Fri, 8 Dec 2017 23:03:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id aswxpI65uNKr for ; Fri, 8 Dec 2017 23:03:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 67AF05F4EE for ; Fri, 8 Dec 2017 23:03:02 +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 519E7E25A3 for ; Fri, 8 Dec 2017 23:03:01 +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 8BBCB273E9 for ; Fri, 8 Dec 2017 23:03:00 +0000 (UTC) Date: Fri, 8 Dec 2017 23:03:00 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-19465) Required httpcore and httpclient jars not included in binary distribution MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 08 Dec 2017 23:03:06 -0000 [ https://issues.apache.org/jira/browse/HBASE-19465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-19465. ------------------------------------ Resolution: Fixed Pushed trivial change to branch-1 and branch-1.4 > Required httpcore and httpclient jars not included in binary distribution > ------------------------------------------------------------------------- > > Key: HBASE-19465 > URL: https://issues.apache.org/jira/browse/HBASE-19465 > Project: HBase > Issue Type: Bug > Affects Versions: 1.4.0 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Priority: Blocker > Fix For: 1.4.0 > > Attachments: HBASE-19465-branch-1.patch > > > The httpcore and httpclient dependency jars are not included into the binary distribution. This means MR/YARN jobs will fail if launched from the binary tarball as distributed, including those running in "local mode", e.g. ITBLL: > {noformat} > 2017-12-08 22:40:36,134 INFO [LocalJobRunner Map Task Executor #0] mapred.LocalJobRunner: Finishing task: attempt_local936234315_0001_m_000003_0 > 2017-12-08 22:40:36,134 INFO [Thread-23] mapred.LocalJobRunner: map task executor complete. > 2017-12-08 22:40:36,147 WARN [Thread-23] mapred.LocalJobRunner: job_local936234315_0001 > java.lang.NoClassDefFoundError: org/apache/http/client/methods/HttpUriRequest > at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:546) > Caused by: java.lang.ClassNotFoundException: org.apache.http.client.methods.HttpUriRequest > at java.net.URLClassLoader.findClass(URLClassLoader.java:381) > at java.lang.ClassLoader.loadClass(ClassLoader.java:424) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > ... 1 more > Exception in thread "Thread-23" java.lang.NoClassDefFoundError: org/apache/http/client/methods/HttpUriRequest > at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:562) > Caused by: java.lang.ClassNotFoundException: org.apache.http.client.methods.HttpUriRequest > at java.net.URLClassLoader.findClass(URLClassLoader.java:381) > at java.lang.ClassLoader.loadClass(ClassLoader.java:424) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > ... 1 more > 2017-12-08 22:40:37,078 INFO [main] mapreduce.Job: Job job_local936234315_0001 failed with state FAILED due to: NA > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)