Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 9296 invoked from network); 7 Sep 2009 12:48:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Sep 2009 12:48:20 -0000 Received: (qmail 64150 invoked by uid 500); 7 Sep 2009 12:48:20 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 64079 invoked by uid 500); 7 Sep 2009 12:48:20 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 64033 invoked by uid 99); 7 Sep 2009 12:48:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2009 12:48:20 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2009 12:48:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6504234C498 for ; Mon, 7 Sep 2009 05:47:57 -0700 (PDT) Message-ID: <562785814.1252327677811.JavaMail.jira@brutus> Date: Mon, 7 Sep 2009 05:47:57 -0700 (PDT) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-918) Test hsqldb server should be memory-only. In-Reply-To: <1370972018.1251356699304.JavaMail.jira@brutus> 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/MAPREDUCE-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752123#action_12752123 ] Hudson commented on MAPREDUCE-918: ---------------------------------- Integrated in Hadoop-Mapreduce-trunk-Commit #19 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/19/]) . Test hsqldb server should be memory-only. Contributed by Aaron Kimball. > Test hsqldb server should be memory-only. > ----------------------------------------- > > Key: MAPREDUCE-918 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-918 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: contrib/sqoop > Reporter: Aaron Kimball > Assignee: Aaron Kimball > Fix For: 0.21.0 > > Attachments: MAPREDUCE-918.patch > > > Sqoop launches a standalone hsqldb server for unit tests, but it currently writes its database to disk and uses a connect string of {{//localhost}}. If multiple test instances are running concurrently, one test server may serve to the other instance of the unit tests, causing race conditions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.