commit | 71e4fcece299e2c4a78d2f71fde45a75f093240f | [log] [tgz] |
---|---|---|
author | jianfeng.jia@gmail.com <jianfeng.jia@gmail.com@123451ca-8445-de46-9d55-352943316053> | Thu Jan 10 03:20:55 2013 +0000 |
committer | jianfeng.jia@gmail.com <jianfeng.jia@gmail.com@123451ca-8445-de46-9d55-352943316053> | Thu Jan 10 03:20:55 2013 +0000 |
tree | 4f3009b5a39a4376b1b9c2316a89d65f8874f5c6 | |
parent | 1c89fcb33b81ebcb114ca134815fed5f71a15ea7 [diff] [blame] |
finished the scripts of startCluster and stopCluster git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_genomix@2654 123451ca-8445-de46-9d55-352943316053
diff --git a/genomix/src/main/resources/scripts/stopAllNCs.sh b/genomix/src/main/resources/scripts/stopAllNCs.sh new file mode 100644 index 0000000..66ed866 --- /dev/null +++ b/genomix/src/main/resources/scripts/stopAllNCs.sh
@@ -0,0 +1,6 @@ +GENOMIX_PATH=`pwd` + +for i in `cat conf/slaves` +do + ssh $i "cd ${GENOMIX_PATH}; bin/stopnc.sh" +done