[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866071#action_12866071
 ] 

Amareshwari Sriramadasu commented on MAPREDUCE-1617:
----------------------------------------------------

Luke, mapred.child.java.opts has default value of -Xmx200m. This will be 
overridden by your change. Your patch should have 
+<property>
+  <name>mapred.child.java.opts</name>
+  <value>-Xmx200m -Djava.net.preferIPv4Stack=true</value>
+</property>

> TestBadRecords failed once in our test runs
> -------------------------------------------
>
>                 Key: MAPREDUCE-1617
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1617
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.20.2
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Luke Lu
>             Fix For: 0.22.0
>
>         Attachments: mr-1617-trunk-v1.patch, mr-1617-v1.3.patch, 
> TestBadRecords.txt
>
>
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed failed with the 
> following
> exception:
> java.io.IOException: Job failed!
>         at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1142)
>         at 
> org.apache.hadoop.mapred.TestBadRecords.runMapReduce(TestBadRecords.java:94)
>         at 
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed(TestBadRecords.java:211)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to