[
https://issues.apache.org/jira/browse/HADOOP-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arun C Murthy updated HADOOP-2535:
----------------------------------
Attachment: HADOOP-2535_1_20080107.patch
Updated patch to fix:
{noformat}
- // <name>mapred.child.optional.jvm.args</name>
{noformat}
as
{noformat}
- // <name>mapred.child.java.opts</name>
{noformat}
> Remove support for deprecated mapred.child.heap.size and indentation fix in
> TaskRunner.java
> -------------------------------------------------------------------------------------------
>
> Key: HADOOP-2535
> URL: https://issues.apache.org/jira/browse/HADOOP-2535
> Project: Hadoop
> Issue Type: Bug
> Components: mapred
> Affects Versions: 0.15.2
> Reporter: Arun C Murthy
> Assignee: Arun C Murthy
> Priority: Minor
> Fix For: 0.16.0
>
> Attachments: HADOOP-2535_0_20080107.patch,
> HADOOP-2535_1_20080107.patch
>
>
> TaskRunner.java (289-344) have wrong indentation - 4 spaces rather than the
> standard 2.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.