You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Iyappan Srinivasan (JIRA)" <ji...@apache.org> on 2009/03/20 11:04:51 UTC

[jira] Created: (HADOOP-5540) On a fresh check out of 0.20 release branch, not able to run TestMapReduceLocal unit testcase, using ant

On a fresh check out of 0.20 release branch, not able to run TestMapReduceLocal unit testcase, using ant
--------------------------------------------------------------------------------------------------------

                 Key: HADOOP-5540
                 URL: https://issues.apache.org/jira/browse/HADOOP-5540
             Project: Hadoop Core
          Issue Type: Bug
          Components: build
    Affects Versions: 0.20.0
         Environment: A fresh checkout of 0.20 release
            Reporter: Iyappan Srinivasan


On a fresh check out of 0.20 release branch, 
I did a run of TestMapReduceLocal with command "ant test -Dtestcase=TestMapReduceLocal"
It failed. The logs under build/test/TEST-org.apache.hadoop.mapreduce.TestMapReduceLocal.txt says  that ~/build/test/data/out exists.

I removed the data directory itself and then tried again. it says the same error.

I tried by doing a ant clean first and then running this unit testcase. It gives the same error.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-5540) On a fresh check out of 0.20 release branch, not able to run TestMapReduceLocal unit testcase, using ant

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE resolved HADOOP-5540.
--------------------------------------------

    Resolution: Duplicate

Just have committed HADOOP-5320 to 0.20.


> On a fresh check out of 0.20 release branch, not able to run TestMapReduceLocal unit testcase, using ant
> --------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-5540
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5540
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.0
>         Environment: A fresh checkout of 0.20 release
>            Reporter: Iyappan Srinivasan
>
> On a fresh check out of 0.20 release branch, 
> I did a run of TestMapReduceLocal with command "ant test -Dtestcase=TestMapReduceLocal"
> It failed. The logs under build/test/TEST-org.apache.hadoop.mapreduce.TestMapReduceLocal.txt says  that ~/build/test/data/out exists.
> I removed the data directory itself and then tried again. it says the same error.
> I tried by doing a ant clean first and then running this unit testcase. It gives the same error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-5540) On a fresh check out of 0.20 release branch, not able to run TestMapReduceLocal unit testcase, using ant

Posted by "Hairong Kuang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683957#action_12683957 ] 

Hairong Kuang commented on HADOOP-5540:
---------------------------------------

The problem was fixed in HADOOP-5320 in 0.21. The patch needs to committed to 0.20 too.

> On a fresh check out of 0.20 release branch, not able to run TestMapReduceLocal unit testcase, using ant
> --------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-5540
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5540
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.0
>         Environment: A fresh checkout of 0.20 release
>            Reporter: Iyappan Srinivasan
>
> On a fresh check out of 0.20 release branch, 
> I did a run of TestMapReduceLocal with command "ant test -Dtestcase=TestMapReduceLocal"
> It failed. The logs under build/test/TEST-org.apache.hadoop.mapreduce.TestMapReduceLocal.txt says  that ~/build/test/data/out exists.
> I removed the data directory itself and then tried again. it says the same error.
> I tried by doing a ant clean first and then running this unit testcase. It gives the same error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-5540) On a fresh check out of 0.20 release branch, not able to run TestMapReduceLocal unit testcase, using ant

Posted by "Iyappan Srinivasan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688557#action_12688557 ] 

Iyappan Srinivasan commented on HADOOP-5540:
--------------------------------------------

Ok thanks.

> On a fresh check out of 0.20 release branch, not able to run TestMapReduceLocal unit testcase, using ant
> --------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-5540
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5540
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.0
>         Environment: A fresh checkout of 0.20 release
>            Reporter: Iyappan Srinivasan
>
> On a fresh check out of 0.20 release branch, 
> I did a run of TestMapReduceLocal with command "ant test -Dtestcase=TestMapReduceLocal"
> It failed. The logs under build/test/TEST-org.apache.hadoop.mapreduce.TestMapReduceLocal.txt says  that ~/build/test/data/out exists.
> I removed the data directory itself and then tried again. it says the same error.
> I tried by doing a ant clean first and then running this unit testcase. It gives the same error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-5540) On a fresh check out of 0.20 release branch, not able to run TestMapReduceLocal unit testcase, using ant

Posted by "Hairong Kuang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683955#action_12683955 ] 

Hairong Kuang commented on HADOOP-5540:
---------------------------------------

TestMapReduceLocal problem was fixed in HADOOP-5320 in the trunk. I will commit it to 0.20 too.

> On a fresh check out of 0.20 release branch, not able to run TestMapReduceLocal unit testcase, using ant
> --------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-5540
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5540
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.0
>         Environment: A fresh checkout of 0.20 release
>            Reporter: Iyappan Srinivasan
>
> On a fresh check out of 0.20 release branch, 
> I did a run of TestMapReduceLocal with command "ant test -Dtestcase=TestMapReduceLocal"
> It failed. The logs under build/test/TEST-org.apache.hadoop.mapreduce.TestMapReduceLocal.txt says  that ~/build/test/data/out exists.
> I removed the data directory itself and then tried again. it says the same error.
> I tried by doing a ant clean first and then running this unit testcase. It gives the same error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-5540) On a fresh check out of 0.20 release branch, not able to run TestMapReduceLocal unit testcase, using ant

Posted by "Jothi Padmanabhan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683828#action_12683828 ] 

Jothi Padmanabhan commented on HADOOP-5540:
-------------------------------------------

Are you running on NFS? If so, see HADOOP-5320.

> On a fresh check out of 0.20 release branch, not able to run TestMapReduceLocal unit testcase, using ant
> --------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-5540
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5540
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.0
>         Environment: A fresh checkout of 0.20 release
>            Reporter: Iyappan Srinivasan
>
> On a fresh check out of 0.20 release branch, 
> I did a run of TestMapReduceLocal with command "ant test -Dtestcase=TestMapReduceLocal"
> It failed. The logs under build/test/TEST-org.apache.hadoop.mapreduce.TestMapReduceLocal.txt says  that ~/build/test/data/out exists.
> I removed the data directory itself and then tried again. it says the same error.
> I tried by doing a ant clean first and then running this unit testcase. It gives the same error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.