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

Konstantin Boudnik commented on MAPREDUCE-1753:
-----------------------------------------------

bq. Actually I am not suspending the daemonprocess. I am just suspending the 
task attempt process id that is running on 
I have edited the name of the JIRA. Please update the JavaDocs accordingly. It 
should clear state that the suspend is done for a task's process.

> Implement a functionality for suspend and resume a task's process.
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1753
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1753
>             Project: Hadoop Map/Reduce
>          Issue Type: Task
>          Components: test
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 1753-ydist-security.patch, 1753-ydist-security.patch, 
> daemonprotocolaspect.patch
>
>
> Adding  two methods in DaemonProtocolAspect.aj for suspend and resume the 
> process.
> public int DaemonProtocol.resumeProcess(String pid) throws IOException;
> public int DaemonProtocol.suspendProcess(String pid) throws IOException;

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