[
https://issues.apache.org/jira/browse/MAPREDUCE-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13112940#comment-13112940
]
Venu Gopala Rao commented on MAPREDUCE-3064:
--------------------------------------------
Execute the run-commit-tests target. For some reason the execution is very very
slow. All the tests that failed yesterday are passing now.
[junit] Running org.apache.hadoop.mapred.TestCollect
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 10.379 sec
[junit] Running org.apache.hadoop.mapred.TestCommandLineJobSubmission
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 13.169 sec
[junit] Test org.apache.hadoop.mapred.TestCommandLineJobSubmission FAILED
[junit] Running org.apache.hadoop.mapred.TestComparators
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 10.991 sec
[junit] Running org.apache.hadoop.mapred.TestCounters
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.325 sec
[junit] Running org.apache.hadoop.mapred.TestFileInputFormat
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 35.604 sec
[junit] Running org.apache.hadoop.mapred.TestFileInputFormatPathFilter
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.805 sec
[junit] Running org.apache.hadoop.mapred.TestFileOutputCommitter
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.441 sec
[junit] Running org.apache.hadoop.mapred.TestFileOutputFormat
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.056 sec
[junit] Running org.apache.hadoop.mapred.TestGetSplitHosts
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.549 sec
[junit] Running org.apache.hadoop.mapred.TestIFileStreams
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
[junit] Running org.apache.hadoop.mapred.TestIndexCache
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.732 sec
[junit] Running org.apache.hadoop.mapred.TestJavaSerialization
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.373 sec
[junit] Running org.apache.hadoop.mapred.TestJobHistoryParsing
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.977 sec
[junit] Running org.apache.hadoop.mapred.TestJobInProgress
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.508 sec
[junit] Running org.apache.hadoop.mapred.TestJobQueueTaskScheduler
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.133 sec
[junit] Running org.apache.hadoop.mapred.TestKillCompletedJob
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.442 sec
[junit] Running org.apache.hadoop.mapred.TestLostTracker
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 67.895 sec
[junit] Running org.apache.hadoop.mapred.TestMapOutputType
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.69 sec
[junit] Running org.apache.hadoop.mapred.TestMapRed
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 59.254 sec
TestCommandLineJobSubmission failure in my machine is not due to my change.
Also kept the build running for all testcases to night along with the
run-commit-test.
> 27 unit test failures with Invalid "mapreduce.jobtracker.address"
> configuration value for JobTracker: "local"
> --------------------------------------------------------------------------------------------------------------
>
> Key: MAPREDUCE-3064
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3064
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: 0.23.0
> Reporter: Thomas Graves
> Assignee: Venu Gopala Rao
> Priority: Blocker
> Fix For: 0.23.0
>
> Attachments: MAPREDUCE-3064.patch
>
>
> unit test failure here:
> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk-Commit/946/
> Test Result (27 failures / +27)
> org.apache.hadoop.mapred.TestCollect.testCollect
> org.apache.hadoop.mapred.TestComparators.testDefaultMRComparator
> org.apache.hadoop.mapred.TestComparators.testUserMRComparator
> org.apache.hadoop.mapred.TestComparators.testUserValueGroupingComparator
> org.apache.hadoop.mapred.TestComparators.testAllUserComparators
> org.apache.hadoop.mapred.TestFileOutputFormat.testCustomFile
> org.apache.hadoop.mapred.TestJavaSerialization.testMapReduceJob
> org.apache.hadoop.mapred.TestJavaSerialization.testWriteToSequencefile
> org.apache.hadoop.mapred.TestMapOutputType.testKeyMismatch
> org.apache.hadoop.mapred.TestMapOutputType.testValueMismatch
> org.apache.hadoop.mapred.TestMapOutputType.testNoMismatch
> org.apache.hadoop.mapred.TestMapRed.testMapred
> org.apache.hadoop.mapred.TestMapRed.testNullKeys
> org.apache.hadoop.mapred.TestMapRed.testCompression
> org.apache.hadoop.mapred.TestMapRed.testSmallInput
> org.apache.hadoop.mapred.TestMapRed.testBiggerInput
> org.apache.hadoop.mapreduce.TestMapCollection.testValLastByte
> org.apache.hadoop.mapreduce.TestMapCollection.testLargeRecords
> org.apache.hadoop.mapreduce.TestMapCollection.testSpillPer2B
> org.apache.hadoop.mapreduce.TestMapCollection.testZeroVal
> org.apache.hadoop.mapreduce.TestMapCollection.testSingleRecord
> org.apache.hadoop.mapreduce.TestMapCollection.testLowSpill
> org.apache.hadoop.mapreduce.TestMapCollection.testSplitMetaSpill
> org.apache.hadoop.mapreduce.TestMapCollection.testPostSpillMeta
> org.apache.hadoop.mapreduce.TestMapCollection.testLargeRecConcurrent
> org.apache.hadoop.mapreduce.TestMapCollection.testRandom
> org.apache.hadoop.mapreduce.TestMapCollection.testRandomCompress
> All of them have similar stack traces of:
> java.io.IOException: Invalid "mapreduce.jobtracker.address" configuration
> value for JobTracker: "local"
> at
> org.apache.hadoop.mapred.JobTrackerClientProtocolProvider.create(JobTrackerClientProtocolProvider.java:47)
> at org.apache.hadoop.mapreduce.Cluster.<init>(Cluster.java:74)
> at org.apache.hadoop.mapred.JobClient.init(JobClient.java:459)
> at org.apache.hadoop.mapred.JobClient.<init>(JobClient.java:438)
> at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:777)
> at
> org.apache.hadoop.mapred.TestCollect.testCollect(TestCollect.java:133)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira