Edward J. Yoon created HAMA-825:
-----------------------------------
Summary: Implement kill-task command
Key: HAMA-825
URL: https://issues.apache.org/jira/browse/HAMA-825
Project: Hama
Issue Type: Improvement
Components: bsp core
Reporter: Edward J. Yoon
Fix For: 0.7.0
{code}
} else if ("-kill-task".equals(cmd)) {
System.out.println("This function is not implemented yet.");
return exitCode;
{code}
Since we support checkpoint recovery now, user should able to kill a particular
task.
--
This message was sent by Atlassian JIRA
(v6.1#6144)