Return-Path: Delivered-To: apmail-hadoop-pig-dev-archive@www.apache.org Received: (qmail 92881 invoked from network); 1 Feb 2009 19:40:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2009 19:40:23 -0000 Received: (qmail 98404 invoked by uid 500); 1 Feb 2009 19:40:23 -0000 Delivered-To: apmail-hadoop-pig-dev-archive@hadoop.apache.org Received: (qmail 98385 invoked by uid 500); 1 Feb 2009 19:40:22 -0000 Mailing-List: contact pig-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@hadoop.apache.org Delivered-To: mailing list pig-dev@hadoop.apache.org Received: (qmail 98374 invoked by uid 99); 1 Feb 2009 19:40:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 11:40:22 -0800 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; Sun, 01 Feb 2009 19:40:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 93DCD234C48D for ; Sun, 1 Feb 2009 11:39:59 -0800 (PST) Message-ID: <1770740100.1233517199590.JavaMail.jira@brutus> Date: Sun, 1 Feb 2009 11:39:59 -0800 (PST) From: "Daniel Dai (JIRA)" To: pig-dev@hadoop.apache.org Subject: [jira] Commented: (PIG-631) 4 Unit test failures on Windows In-Reply-To: <358127891.1232749799558.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669432#action_12669432 ] Daniel Dai commented on PIG-631: -------------------------------- The problem is caused by [HBASE-1063|http://issues.apache.org/jira/browse/HBASE-1063]. It is fixed in hbase 0.19.0. However, hbase 0.19.0 works with hadoop 0.19.0 only, so we cannot upgrade hbase right now. I think we can disable TestHBaseStorage under Windows for now. Once we upgraded to hadoop 19, we can also upgrade hbase to 19. This issue is fixed automatically once we use hbase 19 (in my test, one additional action is needed, which is removing /tmp/hbase manually to let hbase recreate its file system). So once we move to hadoop 19 and upgrade to hbase 19, reverse the temporary patch, and close this issue. > 4 Unit test failures on Windows > -------------------------------- > > Key: PIG-631 > URL: https://issues.apache.org/jira/browse/PIG-631 > Project: Pig > Issue Type: Bug > Affects Versions: types_branch > Environment: Windows > Reporter: Lee Tucker > Attachments: PIG-631.temp.patch > > > 4 Windows unit test failures. All timeouts. Errors occur at tip of branch and have for several days. > [junit] Running org.apache.pig.test.TestAlgebraicEval > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec > [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED (timeout) > [junit] Running org.apache.pig.test.TestEvalPipeline > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec > [junit] Test org.apache.pig.test.TestEvalPipeline FAILED (timeout) > [junit] Running org.apache.pig.test.TestHBaseStorage > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec > [junit] Test org.apache.pig.test.TestHBaseStorage FAILED (timeout) > [junit] Running org.apache.pig.test.TestMapReduce > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec > [junit] Test org.apache.pig.test.TestMapReduce FAILED (timeout) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.