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

Hudson commented on MAPREDUCE-2606:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #739 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/739/])
    MAPREDUCE-2606. Remove IsolationRunner. Contributed by Alejandro Abdelnur

eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1145413
Files : 
* 
/hadoop/common/trunk/mapreduce/src/test/mapred/org/apache/hadoop/mapred/TestIsolationRunner.java
* /hadoop/common/trunk/mapreduce/CHANGES.txt
* /hadoop/common/trunk/mapreduce/src/java/org/apache/hadoop/mapred/MapTask.java
* 
/hadoop/common/trunk/mapreduce/src/test/mapred/org/apache/hadoop/mapred/TestMapProgress.java
* /hadoop/common/trunk/mapreduce/src/java/org/apache/hadoop/mapred/Task.java
* 
/hadoop/common/trunk/mapreduce/src/java/org/apache/hadoop/mapred/IsolationRunner.java
* 
/hadoop/common/trunk/mapreduce/src/docs/src/documentation/content/xdocs/mapred_tutorial.xml
* 
/hadoop/common/trunk/mapreduce/src/docs/src/documentation/content/xdocs/site.xml


> Remove IsolationRunner
> ----------------------
>
>                 Key: MAPREDUCE-2606
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2606
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2606.patch
>
>
> IsolationRunner it seems it has been broken for a while, it gives a NPE when 
> trying to use it.
> In addition, it supports only Map tasks; to use it the user must ssh to the 
> node where the task failed; and unless the job has been configured to keep 
> local files, the job must be run again.
> Because of this, IMO, the current implementation of IsolationRunner is not of 
> much use.
> Any objection to remove it from trunk and if people have the need for such 
> functionality to open another JIRA to build this functionality supported by 
> the JobTracker (ie via the UI console)?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to