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 (JIRA)" <ji...@apache.org> on 2011/09/21 19:50:11 UTC

[jira] [Created] (MAPREDUCE-3064) 27 unit test failures with Invalid "mapreduce.jobtracker.address" configuration value for JobTracker: "local"

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
            Reporter: Thomas Graves


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

        

[jira] [Resolved] (MAPREDUCE-3064) 27 unit test failures with Invalid "mapreduce.jobtracker.address" configuration value for JobTracker: "local"

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

Vinod Kumar Vavilapalli resolved MAPREDUCE-3064.
------------------------------------------------

    Resolution: Fixed

I checked both the builds referred to by Mahadev. They both point to the issues I am running into with HADOOP-7542.

Closing this ticket. Let's open new ones if we run into issues again.
                
> 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.1.patch, 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.
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-3064) 27 unit test failures with Invalid "mapreduce.jobtracker.address" configuration value for JobTracker: "local"

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

Vinod Kumar Vavilapalli resolved MAPREDUCE-3064.
------------------------------------------------

    Resolution: Fixed

Never mind, ran into the stale jars issue.

> 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.1.patch, 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

        

[jira] [Reopened] (MAPREDUCE-3064) 27 unit test failures with Invalid "mapreduce.jobtracker.address" configuration value for JobTracker: "local"

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

Vinod Kumar Vavilapalli reopened MAPREDUCE-3064:
------------------------------------------------


This patch broke the ant build for MRV1, I cannot compile a test. (ant veryclean all-jars -Dresolvers=internal)

> 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.1.patch, 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

        

[jira] [Reopened] (MAPREDUCE-3064) 27 unit test failures with Invalid "mapreduce.jobtracker.address" configuration value for JobTracker: "local"

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

Mahadev konar reopened MAPREDUCE-3064:
--------------------------------------


Reopening the issue, we are still having issues with the build:

 https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/983/

Venu, can you please take a look?
                
> 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.1.patch, 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.
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