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 E424195BD for ; Sat, 10 Dec 2011 11:42:02 +0000 (UTC) Received: (qmail 91349 invoked by uid 500); 10 Dec 2011 11:42:02 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 91288 invoked by uid 500); 10 Dec 2011 11:42:02 -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 91227 invoked by uid 500); 10 Dec 2011 11:42:02 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 91204 invoked by uid 99); 10 Dec 2011 11:42:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2011 11:42:02 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2011 11:42:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3128410BE29 for ; Sat, 10 Dec 2011 11:41:41 +0000 (UTC) Date: Sat, 10 Dec 2011 11:41:41 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <436689695.61549.1323517301202.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-1464) improve test query performance 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-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13166838#comment-13166838 ] Hudson commented on HIVE-1464: ------------------------------ Integrated in Hive-trunk-h0.23.0 #13 (See [https://builds.apache.org/job/Hive-trunk-h0.23.0/13/]) HIVE-1487 [jira] Add ptest script (Marek Sapota via John Sichi) Summary: HIVE-1464 speeded up serial runs somewhat - but looks like it's still too slow. we should use parallel junit or some similar setup to run test queries in parallel. this should be really easy as well need to just use a separate warehouse/metadb and potentiall mapred system dir location. Test Plan: EMPTY Reviewers: JIRA, jsichi Reviewed By: jsichi CC: mareksapotafb, jsichi Differential Revision: 603 jvs : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1212697 Files : * /hive/trunk/testutils/ptest * /hive/trunk/testutils/ptest/Buffer.py * /hive/trunk/testutils/ptest/Process.py * /hive/trunk/testutils/ptest/README * /hive/trunk/testutils/ptest/Report.py * /hive/trunk/testutils/ptest/Ssh.py * /hive/trunk/testutils/ptest/config.py * /hive/trunk/testutils/ptest/hivetest.py * /hive/trunk/testutils/ptest/templates * /hive/trunk/testutils/ptest/templates/Properties.html * /hive/trunk/testutils/ptest/templates/TestCase.html * /hive/trunk/testutils/ptest/templates/TestRun.html * /hive/trunk/testutils/ptest/templates/TestSuite.html * /hive/trunk/testutils/ptest/templates/common.css > improve test query performance > ------------------------------ > > Key: HIVE-1464 > URL: https://issues.apache.org/jira/browse/HIVE-1464 > Project: Hive > Issue Type: Test > Components: Testing Infrastructure > Reporter: Joydeep Sen Sarma > Assignee: Joydeep Sen Sarma > Fix For: 0.7.0 > > Attachments: 1464.1.patch > > > clientpositive/negative tests are extremely slow. > one major problem seems to be that all the test warehouse tables are deleted and created/re-populated for each test. most of the times this is not required and if we can fix this the tests will run much faster. -- 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