[
https://issues.apache.org/jira/browse/MAPREDUCE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796077#action_12796077
]
Amareshwari Sriramadasu commented on MAPREDUCE-1314:
----------------------------------------------------
bq. -1 contrib tests.
TestStreamingExitStatus and TestStreamingKeyValue is due to MAPREDUCE-1311,
MAPREDUCE-1312.
TestSimulatorSerialJobSubmission failed with following exception, which is
unrelated to the patch:
{noformat}
java.lang.RuntimeException: java.util.zip.ZipException: ZIP_Read: error reading
zip file
at
org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:1600)
at
org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:1408)
at
org.apache.hadoop.conf.Configuration.getProps(Configuration.java:1352)
at org.apache.hadoop.conf.Configuration.get(Configuration.java:574)
at
org.apache.hadoop.mapred.JobConf.checkAndWarnDeprecation(JobConf.java:1887)
at org.apache.hadoop.mapred.JobConf.<init>(JobConf.java:347)
at
org.apache.hadoop.tools.rumen.ZombieJob.getJobConf(ZombieJob.java:123)
at
org.apache.hadoop.mapred.SimulatorJobStory.getJobConf(SimulatorJobStory.java:55)
at
org.apache.hadoop.mapred.SimulatorJobStory.getJobConf(SimulatorJobStory.java:55)
at
org.apache.hadoop.mapred.SimulatorJobInProgress.<init>(SimulatorJobInProgress.java:64)
at
org.apache.hadoop.mapred.SimulatorJobTracker.submitJob(SimulatorJobTracker.java:195)
at org.apache.hadoop.mapred.JobTracker.submitJob(JobTracker.java:2886)
at
org.apache.hadoop.mapred.SimulatorJobClient.submitJob(SimulatorJobClient.java:352)
at
org.apache.hadoop.mapred.SimulatorJobClient.processJobSubmissionEvent(SimulatorJobClient.java:231)
at
org.apache.hadoop.mapred.SimulatorJobClient.accept(SimulatorJobClient.java:207)
at
org.apache.hadoop.mapred.MockSimulatorEngine.run(MockSimulatorEngine.java:67)
at
org.apache.hadoop.mapred.SimulatorEngine.run(SimulatorEngine.java:205)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at
org.apache.hadoop.mapred.TestSimulatorEndToEnd.testMain(TestSimulatorEndToEnd.java:60)
{noformat}
The same test passed on my machine
> Some logs have wrong configuration names.
> -----------------------------------------
>
> Key: MAPREDUCE-1314
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1314
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: 0.21.0
> Reporter: Amareshwari Sriramadasu
> Assignee: Amareshwari Sriramadasu
> Priority: Blocker
> Fix For: 0.21.0
>
> Attachments: patch-1314.txt
>
>
> After MAPREDUCE-849, some of the logs have wrong configuration names.
> For example :
> 09/12/16 20:30:58 INFO mapred.MapTask:
> mapreduce.task.mapreduce.task.io.sort.mb = 10
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.