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 D1D04200BB1 for ; Thu, 20 Oct 2016 01:23:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D0A78160AFC; Wed, 19 Oct 2016 23:23:59 +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 52AE9160AEA for ; Thu, 20 Oct 2016 01:23:59 +0200 (CEST) Received: (qmail 47883 invoked by uid 500); 19 Oct 2016 23:23:58 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 47868 invoked by uid 99); 19 Oct 2016 23:23:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2016 23:23:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6C3FF2C4C74 for ; Wed, 19 Oct 2016 23:23:58 +0000 (UTC) Date: Wed, 19 Oct 2016 23:23:58 +0000 (UTC) From: "Siddharth Seth (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-15013) Config dir generated for tests should not be under the test tmp directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 19 Oct 2016 23:24:00 -0000 [ https://issues.apache.org/jira/browse/HIVE-15013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15590200#comment-15590200 ] Siddharth Seth commented on HIVE-15013: --------------------------------------- cc [~prasanth_j] for review. > Config dir generated for tests should not be under the test tmp directory > ------------------------------------------------------------------------- > > Key: HIVE-15013 > URL: https://issues.apache.org/jira/browse/HIVE-15013 > Project: Hive > Issue Type: Sub-task > Reporter: Siddharth Seth > Assignee: Siddharth Seth > Attachments: HIVE-15013.01.patch, HIVE-15013.02.patch > > > mvn is used to clean up tmp directories created for tests, and to setup the config directory. The current structure is > target/tmp > target/tmp/config > All of this is setup when mvn test is executed. > Tests generate data under tmp - warehouse, metastore, etc. Having the conf dir there (generated by mvn) makes it complicate to add per test cleanup - since the entire tmp directory cannot be removed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)