commit | 3bfd1b5434dc4930d00075e387d5dc44578d428d | [log] [tgz] |
---|---|---|
author | ramangrover29@gmail.com <ramangrover29@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Fri Mar 08 18:56:42 2013 +0000 |
committer | ramangrover29@gmail.com <ramangrover29@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Fri Mar 08 18:56:42 2013 +0000 |
tree | 7e0ff4b59fe6c3e030b7299c9fc6f137880ef25b | |
parent | a84a0dc0e772ffab5c723bd8bb10a1f4cd2b7575 [diff] [blame] |
taking checkpoint: git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization_ioc_installer@1307 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-installer/src/main/resources/zookeeper/stop_zk b/asterix-installer/src/main/resources/zookeeper/stop_zk new file mode 100755 index 0000000..d8615d9 --- /dev/null +++ b/asterix-installer/src/main/resources/zookeeper/stop_zk
@@ -0,0 +1,6 @@ +ZK_HOME=$1 +shift 1 +for zk_host in $@ +do + ssh $zk_host "kill -9 `jps | grep QuorumPeerMain | cut -d " " -f1`" & +done