[ https://issues.apache.org/jira/browse/MAPREDUCE-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinay Kumar Thota updated MAPREDUCE-1753:
-----------------------------------------
Attachment: 1753-ydist-security.patch
Now changed the return type to boolean as per you satisfaction...:)
Actually I thought that whenever we execute some commands, it gives some error code like -1
for not succeed or 0 for succeed right.Same way I have implemented the method but I have provided
1 for not succeed instead of -1. Any how I have changed the methods return type boolean based
on your comment and uploaded the latest patch.
> 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, 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.
|