Sheng Wang created SINGA-39: ------------------------------- Summary: Avoid ssh in scripts for single node environment Key: SINGA-39 URL: https://issues.apache.org/jira/browse/SINGA-39 Project: Singa Issue Type: Improvement Reporter: Sheng Wang Assignee: Sheng Wang
In a single node environment, we do not need to ssh to kill/launch a process, as all processes are local. In this ticket, we try to avoid ssh command by checking the global host file. If the file only contains localhost, we will not use ssh. -- This message was sent by Atlassian JIRA (v6.3.4#6332)