You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Vinay Kumar Thota (JIRA)" <ji...@apache.org> on 2010/05/05 06:19:03 UTC

[jira] Created: (MAPREDUCE-1753) Implement a functionality for suspend and resume the process.

Implement a functionality for suspend and resume the 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


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.