You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Thomas Graves (Created) (JIRA)" <ji...@apache.org> on 2011/11/11 18:29:52 UTC

[jira] [Created] (MAPREDUCE-3393) TestMRJobs, TestMROldApiJobs, and TestUberAM failures

TestMRJobs, TestMROldApiJobs, and TestUberAM failures
-----------------------------------------------------

                 Key: MAPREDUCE-3393
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3393
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2
    Affects Versions: 0.23.0
            Reporter: Thomas Graves


Check out branch 0.23 and run mvn test from hadoop-mapreduce-project directory

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.mapred.TestClientServiceDelegate
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.717 sec
Running org.apache.hadoop.mapred.TestClientRedirect
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.436 sec
Running org.apache.hadoop.mapreduce.TestYarnClientProtocolProvider
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.975 sec
Running org.apache.hadoop.mapreduce.v2.TestMRJobs
Tests run: 4, Failures: 3, Errors: 1, Skipped: 0, Time elapsed: 67.999 sec <<< FAILURE!
Running org.apache.hadoop.mapreduce.v2.TestYARNRunner
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.976 sec
Running org.apache.hadoop.mapreduce.v2.TestMROldApiJobs
Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 31.879 sec <<< FAILURE!
Running org.apache.hadoop.mapreduce.v2.TestMRJobsWithHistoryService
^NRunning org.apache.hadoop.mapreduce.v2.TestUberAM
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 101.096 sec <<< FAILURE!

Results :

Failed tests:   testSleepJob(org.apache.hadoop.mapreduce.v2.TestMRJobs)
  testRandomWriter(org.apache.hadoop.mapreduce.v2.TestMRJobs)
  testDistributedCache(org.apache.hadoop.mapreduce.v2.TestMRJobs)
  testJobSucceed(org.apache.hadoop.mapreduce.v2.TestMROldApiJobs): Job expected to succeed failed
  testJobFail(org.apache.hadoop.mapreduce.v2.TestMROldApiJobs)

Tests in error: 
  testFailingMapper(org.apache.hadoop.mapreduce.v2.TestMRJobs): 0
  org.apache.hadoop.mapreduce.v2.TestUberAM: Failed to Start org.apache.hadoop.mapreduce.v2.TestMRJobs

Tests run: 19, Failures: 5, Errors: 2, Skipped: 0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MAPREDUCE-3393) TestMRJobs, TestMROldApiJobs, and TestUberAM failures

Posted by "Mahadev konar (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar resolved MAPREDUCE-3393.
--------------------------------------

    Resolution: Duplicate
    
> TestMRJobs, TestMROldApiJobs, and TestUberAM failures
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-3393
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3393
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Thomas Graves
>         Attachments: MR-3393.1.patch, MR-3393.2.patch, org.apache.hadoop.mapreduce.v2.TestMRJobs-output.txt
>
>
> Check out branch 0.23 and run mvn test from hadoop-mapreduce-project directory
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.hadoop.mapred.TestClientServiceDelegate
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.717 sec
> Running org.apache.hadoop.mapred.TestClientRedirect
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.436 sec
> Running org.apache.hadoop.mapreduce.TestYarnClientProtocolProvider
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.975 sec
> Running org.apache.hadoop.mapreduce.v2.TestMRJobs
> Tests run: 4, Failures: 3, Errors: 1, Skipped: 0, Time elapsed: 67.999 sec <<< FAILURE!
> Running org.apache.hadoop.mapreduce.v2.TestYARNRunner
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.976 sec
> Running org.apache.hadoop.mapreduce.v2.TestMROldApiJobs
> Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 31.879 sec <<< FAILURE!
> Running org.apache.hadoop.mapreduce.v2.TestMRJobsWithHistoryService
> ^NRunning org.apache.hadoop.mapreduce.v2.TestUberAM
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 101.096 sec <<< FAILURE!
> Results :
> Failed tests:   testSleepJob(org.apache.hadoop.mapreduce.v2.TestMRJobs)
>   testRandomWriter(org.apache.hadoop.mapreduce.v2.TestMRJobs)
>   testDistributedCache(org.apache.hadoop.mapreduce.v2.TestMRJobs)
>   testJobSucceed(org.apache.hadoop.mapreduce.v2.TestMROldApiJobs): Job expected to succeed failed
>   testJobFail(org.apache.hadoop.mapreduce.v2.TestMROldApiJobs)
> Tests in error: 
>   testFailingMapper(org.apache.hadoop.mapreduce.v2.TestMRJobs): 0
>   org.apache.hadoop.mapreduce.v2.TestUberAM: Failed to Start org.apache.hadoop.mapreduce.v2.TestMRJobs
> Tests run: 19, Failures: 5, Errors: 2, Skipped: 0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira