Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ACBFC18973 for ; Sat, 9 May 2015 01:10:07 +0000 (UTC) Received: (qmail 91636 invoked by uid 500); 9 May 2015 01:10:07 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 91594 invoked by uid 500); 9 May 2015 01:10:07 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 91582 invoked by uid 99); 9 May 2015 01:10:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 May 2015 01:10:07 +0000 Date: Sat, 9 May 2015 01:10:07 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-9737) JarFinder#getJar should delete the jar file upon destruction of the JVM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-9737?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D145= 36074#comment-14536074 ]=20 Hudson commented on HADOOP-9737: -------------------------------- FAILURE: Integrated in Hadoop-trunk-Commit #7780 (See [https://builds.apach= e.org/job/Hadoop-trunk-Commit/7780/]) HADOOP-9737. JarFinder#getJar should delete the jar file upon destruction o= f the JVM (jbonofre via rkanter) (rkanter: rev 315074bb08e0f2c9508834ada62f= 1533ffd82a26) * hadoop-common-project/hadoop-common/CHANGES.txt * hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/= JarFinder.java > JarFinder#getJar should delete the jar file upon destruction of the JVM > ----------------------------------------------------------------------- > > Key: HADOOP-9737 > URL: https://issues.apache.org/jira/browse/HADOOP-9737 > Project: Hadoop Common > Issue Type: Improvement > Components: util > Affects Versions: 2.0.0-alpha > Reporter: Esteban Gutierrez > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: 2.8.0 > > Attachments: HADOOP-9737.patch > > > Once {{JarFinder.getJar()}} is invoked by a client app, it would be reall= y useful to destroy the generated JAR after the JVM is destroyed by setting= {{tempJar.deleteOnExit()}}. In order to preserve backwards compatibility a= configuration setting could be implemented, e.g. {{test.build.dir.purge.on= .exit}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)