[
https://issues.apache.org/jira/browse/MAPREDUCE-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150865#comment-13150865
]
Eric Payne commented on MAPREDUCE-3393:
---------------------------------------
Just a few updates:
# For the error: 'Problem binding to [0.0.0.0:8025] java.net.BindException:
Address already in use; For more details see'
One of the tests in hadoop-mapreduce-client-jobclient seems to be hanging
around after it is done. It hangs on to port 8025 so later tests can't bind to
that port.
# For the TestMROldApiJobs failure ({{mvn -Dtest=TestMROldApiJobs test}}):
I can consistently reproduce this one, even if I run only that test. It is
getting a ClassNotFoundException:
{noformat}
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/hadoop/mapreduce/v2/app/MRAppMaster
Caused by: java.lang.ClassNotFoundException:
org.apache.hadoop.mapreduce.v2.app.MRAppMaster
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: org.apache.hadoop.mapreduce.v2.app.MRAppMaster.
Program will exit.
{noformat}
In order to view the above output, I had to find the {{stderr}} file for the
application container that failed during the unit test.
> 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