Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AD85E18EC3 for ; Sun, 9 Aug 2015 08:42:46 +0000 (UTC) Received: (qmail 92452 invoked by uid 500); 9 Aug 2015 08:42:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 92394 invoked by uid 500); 9 Aug 2015 08:42:46 -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 92377 invoked by uid 99); 9 Aug 2015 08:42:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2015 08:42:46 +0000 Date: Sun, 9 Aug 2015 08:42:46 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13706) CoprocessorClassLoader should not exempt Hive classes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-13706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14669879#comment-14669879 ] Hudson commented on HBASE-13706: -------------------------------- SUCCESS: Integrated in HBase-1.2-IT #81 (See [https://builds.apache.org/job/HBase-1.2-IT/81/]) HBASE-13706 CoprocessorClassLoader should not exempt Hive classes (jerryjch: rev a4c08f63045b2ccc983a6fb45614d09f7b47c3bc) * hbase-common/src/main/java/org/apache/hadoop/hbase/util/CoprocessorClassLoader.java > CoprocessorClassLoader should not exempt Hive classes > ----------------------------------------------------- > > Key: HBASE-13706 > URL: https://issues.apache.org/jira/browse/HBASE-13706 > Project: HBase > Issue Type: Bug > Components: Coprocessors > Affects Versions: 2.0.0, 1.0.1, 1.1.0, 0.98.12 > Reporter: Jerry He > Assignee: Jerry He > Priority: Minor > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: HBASE-13706-branch-1.patch, HBASE-13706-master-v2.patch, HBASE-13706-master-v2.patch, HBASE-13706.patch > > > CoprocessorClassLoader is used to load classes from the coprocessor jar. > Certain classes are exempt from being loaded by this ClassLoader, which means they will be ignored in the coprocessor jar, but loaded from parent classpath instead. > One problem is that we categorically exempt "org.apache.hadoop". > But it happens that Hive packages start with "org.apache.hadoop". > There is no reason to exclude hive classes from theCoprocessorClassLoader. > HBase does not even include Hive jars. -- This message was sent by Atlassian JIRA (v6.3.4#6332)