[
https://issues.apache.org/jira/browse/HADOOP-6777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12870993#action_12870993
]
Konstantin Boudnik commented on HADOOP-6777:
--------------------------------------------
Hmm, clearly isn't good to be verified yet. The reason is similar to another
JIRA: Common's part of Herriot doesn't have {{conf/system-test.xml}}. The file
has been split between HDFS {{conf/system-test-hdfs.xml}} and MR
{{conf/system-test-mr.xml}}.Therefore, the portion of this patch related to the
config file needs to be moved to the appropriate subprojects.I know this is an
annoyance, but it seems to be a price we are going to pay for the Hadoop's
separation.
> Implement a functionality for suspend and resume a process.
> -----------------------------------------------------------
>
> Key: HADOOP-6777
> URL: https://issues.apache.org/jira/browse/HADOOP-6777
> Project: Hadoop Common
> Issue Type: Improvement
> Components: test
> Affects Versions: 0.21.0
> 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.