Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 40750 invoked from network); 21 Jul 2010 23:38:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Jul 2010 23:38:14 -0000 Received: (qmail 20383 invoked by uid 500); 21 Jul 2010 23:38:14 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 20349 invoked by uid 500); 21 Jul 2010 23:38:14 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 20341 invoked by uid 99); 21 Jul 2010 23:38:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 23:38:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 23:38:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6LNbnLt020776 for ; Wed, 21 Jul 2010 23:37:50 GMT Message-ID: <18257656.507811279755469851.JavaMail.jira@thor> Date: Wed, 21 Jul 2010 19:37:49 -0400 (EDT) From: "Joydeep Sen Sarma (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1475) .gitignore files being placed in test warehouse directories causing build failure In-Reply-To: <27417631.498021279727270500.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joydeep Sen Sarma updated HIVE-1475: ------------------------------------ Attachment: 1475.1.patch - get rid of data/warehouse - totally unnecessary - get rid of recursive copy of data/ into test/data - again unnecessary - convert references to test/data/conf into data/conf in addition: - i removed a whole bunch of 'DROP TABLE' statements from the clientpositive and clientnegative queries. these are not required anymore given that the test harness cleans out test side effects - output changes because of the above. between this and 1464 - i think the total test time has gone down by 30 min or so if not more. still too much, but some improvement .. > .gitignore files being placed in test warehouse directories causing build failure > --------------------------------------------------------------------------------- > > Key: HIVE-1475 > URL: https://issues.apache.org/jira/browse/HIVE-1475 > Project: Hadoop Hive > Issue Type: Bug > Components: Testing Infrastructure > Reporter: Joydeep Sen Sarma > Priority: Critical > Attachments: 1475.1.patch > > > from last comments on HIVE-1463: > test warehouse is being polluted with .gitignore files. these need to be removed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.