You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2012/06/11 22:45:43 UTC

[jira] [Resolved] (MAPREDUCE-4263) Use taskkill /T to terminate tasks on Windows

     [ https://issues.apache.org/jira/browse/MAPREDUCE-4263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bikas Saha resolved MAPREDUCE-4263.
-----------------------------------

    Resolution: Fixed

Fixed in the change for MAPREDUCE-4260
                
> Use taskkill /T to terminate tasks on Windows
> ---------------------------------------------
>
>                 Key: MAPREDUCE-4263
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4263
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Bikas Saha
>
> On Linux setsid is used to link the processes spawned by the tasks into the same session. So termination of the task terminates the entire tree. We need to do the same for Windows. This is not fool proof but should be sufficient until we have a potentially better solution in MAPREDUCE-4260.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira