Return-Path: X-Original-To: apmail-incubator-bigtop-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C94EBDBE8 for ; Fri, 17 Aug 2012 18:26:39 +0000 (UTC) Received: (qmail 34970 invoked by uid 500); 17 Aug 2012 18:26:39 -0000 Delivered-To: apmail-incubator-bigtop-dev-archive@incubator.apache.org Received: (qmail 34877 invoked by uid 500); 17 Aug 2012 18:26:39 -0000 Mailing-List: contact bigtop-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-dev@incubator.apache.org Received: (qmail 34684 invoked by uid 99); 17 Aug 2012 18:26:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 18:26:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6328B2C5BF1 for ; Fri, 17 Aug 2012 18:26:38 +0000 (UTC) Date: Sat, 18 Aug 2012 05:26:38 +1100 (NCT) From: "Roman Shaposhnik (JIRA)" To: bigtop-dev@incubator.apache.org Message-ID: <1883786881.24586.1345227998406.JavaMail.jiratomcat@arcas> In-Reply-To: <1597635508.14610.1345050878041.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (BIGTOP-689) Oozie use of /var/tmp in some CentOS versions create issues 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/BIGTOP-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Shaposhnik updated BIGTOP-689: ------------------------------------ Attachment: BIGTOP-689.patch.txt We can do a trivial change like the one in the attached patch, but my fear is that since it is a Catalina-wide tmp directory won't Catalina itself clog /var/lib/oozie with all sort of junk that Oozie scripts then would have to clean up? Now that I thought about it, shouldn't it be fixed upstream via introduction of something like OOZIE_TMP location and a proper handling of its cleanup/creation phase in upstream strartup scripts? > Oozie use of /var/tmp in some CentOS versions create issues > ----------------------------------------------------------- > > Key: BIGTOP-689 > URL: https://issues.apache.org/jira/browse/BIGTOP-689 > Project: Bigtop > Issue Type: Bug > Components: RPM > Affects Versions: 0.3.0 > Reporter: Alejandro Abdelnur > Assignee: Roman Shaposhnik > Attachments: BIGTOP-689.patch.txt > > > It appears that centos is configured by default to clear /var/tmp every 30 days > Oozie creates some JAR files there at startup and uses them for the duration of the Oozie server process. > Oozie should use a different TMP dir that is not cleaned up. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira