You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2009/02/01 20:39:59 UTC

[jira] Commented: (PIG-631) 4 Unit test failures on Windows

    [ 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.