add start/stop singa indicators in singa-run.sh
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/76b4119b Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/76b4119b Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/76b4119b Branch: refs/heads/master Commit: 76b4119b386a02434e2b2282f0330c8e078e3c5e Parents: 9827f4f Author: wang sheng <[email protected]> Authored: Wed May 27 11:15:52 2015 +0800 Committer: wang sheng <[email protected]> Committed: Wed May 27 11:15:52 2015 +0800 ---------------------------------------------------------------------- bin/singa-run.sh | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/76b4119b/bin/singa-run.sh ---------------------------------------------------------------------- diff --git a/bin/singa-run.sh b/bin/singa-run.sh index 5b7462b..e71af2f 100755 --- a/bin/singa-run.sh +++ b/bin/singa-run.sh @@ -44,9 +44,13 @@ $bin/zk-service.sh start #wait for zk service to be up sleep 3 +echo starting singa ... + #echo $@ cd $bin/.. ./singa $@ +echo stopping singa ... + cd $bin $bin/zk-service.sh stop
