commit | 43b91da1112ba728344facd161ca94a35e115718 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Sat Feb 02 12:03:16 2013 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Sat Feb 02 12:03:16 2013 +0000 |
tree | c79aa8b90975b9b5f93f88689e7a1660e9163976 | |
parent | 1fd4c22594998cc8141c7d1c4aa1e3364c8fcb7b [diff] [blame] |
merge fullstack_asterix_stabilization to fullstack_genomix git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_genomix@2783 123451ca-8445-de46-9d55-352943316053
diff --git a/hivesterix/resource/asterix/stopcc.sh b/hivesterix/resource/asterix/stopcc.sh new file mode 100755 index 0000000..51a1066 --- /dev/null +++ b/hivesterix/resource/asterix/stopcc.sh
@@ -0,0 +1,6 @@ +#!/bin/bash + +PID=`/usr/local/java/vms/java/bin/jps | grep CCDriver | awk '{print $1}'` + +echo $PID +kill -9 $PID