Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 64673 invoked from network); 5 May 2010 22:48:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 22:48:39 -0000 Received: (qmail 27992 invoked by uid 500); 5 May 2010 22:48:39 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 27972 invoked by uid 500); 5 May 2010 22:48:39 -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 27964 invoked by uid 99); 5 May 2010 22:48:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 22:48:39 +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, 05 May 2010 22:48:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o45MmGU1004376 for ; Wed, 5 May 2010 22:48:16 GMT Message-ID: <31495058.35431273099696177.JavaMail.jira@thor> Date: Wed, 5 May 2010 18:48:16 -0400 (EDT) From: "John Sichi (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-1335) DataNucleus should use connection pooling In-Reply-To: <13169807.22641272920577711.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-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864569#action_12864569 ] John Sichi commented on HIVE-1335: ---------------------------------- Heh, whoops, looks like they made datanucleus-connectionpool depend on every available pool implentation (plus datanucleus itself). There may be a way to tell it to fetch just datanucleus-connectionpool without its dependencies. > DataNucleus should use connection pooling > ----------------------------------------- > > Key: HIVE-1335 > URL: https://issues.apache.org/jira/browse/HIVE-1335 > Project: Hadoop Hive > Issue Type: Improvement > Reporter: Edward Capriolo > Assignee: Edward Capriolo > Fix For: 0.6.0 > > Attachments: commons-dbcp-1.2.2.jar, commons-dbcp.LICENSE, commons-pool-1.2.jar, commons-pool.LICENSE, datanucleus-connectionpool-1.0.2.jar, datanucleus-connectionpool.LICENSE, hive-1335.patch.txt > > > Currently each Data Nucleus operation disconnects and reconnects to the MetaStore over jdbc. Queries fail to even explain properly in cases where a table has many partitions. This is fixed by enabling one parameter and including several jars. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.