Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D9D9110CB for ; Sun, 10 Aug 2014 00:47:12 +0000 (UTC) Received: (qmail 23666 invoked by uid 500); 10 Aug 2014 00:47:12 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 23574 invoked by uid 500); 10 Aug 2014 00:47:12 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 23558 invoked by uid 500); 10 Aug 2014 00:47:11 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 23555 invoked by uid 99); 10 Aug 2014 00:47:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Aug 2014 00:47:11 +0000 Date: Sun, 10 Aug 2014 00:47:11 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-7486) Delete jar should close current classloader 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/HIVE-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-7486: ----------------------------------- Resolution: Fixed Fix Version/s: 0.14.0 Status: Resolved (was: Patch Available) Committed to trunk. Thanks, Navis! > Delete jar should close current classloader > ------------------------------------------- > > Key: HIVE-7486 > URL: https://issues.apache.org/jira/browse/HIVE-7486 > Project: Hive > Issue Type: Bug > Reporter: Navis > Assignee: Navis > Priority: Minor > Fix For: 0.14.0 > > Attachments: HIVE-7486.1.patch.txt > > > Deleting a jar, hive creates a new classloader discarding old one. The old loader should be properly removed by JavaUtils.closeClassLoader. -- This message was sent by Atlassian JIRA (v6.2#6252)