commit | db550730c7d05c435b3f50cb7e3c345926d205f3 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Sun Mar 24 07:20:08 2013 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Sun Mar 24 07:20:08 2013 +0000 |
tree | 19a6584c1120eacbcf4c45f321f12e1bc6c20039 |
cross merge fullstack_release_candidate into trunk git-svn-id: https://hyracks.googlecode.com/svn/trunk/fullstack@3208 123451ca-8445-de46-9d55-352943316053
diff --git a/hivesterix-dist/resource/asterix/stopcc.sh b/hivesterix-dist/resource/asterix/stopcc.sh new file mode 100755 index 0000000..51a1066 --- /dev/null +++ b/hivesterix-dist/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