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

Konstantin Boudnik commented on MAPREDUCE-1933:
-----------------------------------------------

Let's see...
- {{find src -name *java | xargs grep 'mapred.*.local.dir'}} shows that 
{noformat}
src/java/org/apache/hadoop/mapreduce/util/ConfigUtil.java:
    Configuration.addDeprecation("mapred.local.dir", 
{noformat}
- also it finds 
{noformat}
src/java/org/apache/hadoop/mapreduce/MRConfig.java:  
  public static final String LOCAL_DIR = "mapreduce.cluster.local.dir";
{noformat}

Hope it helps.

> Create automated testcase for tasktracker dealing with corrupted disk.
> ----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1933
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1933
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: test
>            Reporter: Iyappan Srinivasan
>            Assignee: Iyappan Srinivasan
>         Attachments: 1933-ydist-security-patch.txt, MAPREDUCE-1933.patch, 
> MAPREDUCE-1933.patch, TestCorruptedDiskJob.java
>
>
> After the TaskTracker has already run some tasks successfully, "corrupt" a 
> disk by making the corresponding mapred.local.dir unreadable/unwritable. 
> Make sure that jobs continue to succeed even though some tasks scheduled 
> there fail. 

-- 
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