commit | cf48fb5a372073207db1125472c66c91e2ddd86b | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Fri Nov 02 00:31:31 2012 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Fri Nov 02 00:31:31 2012 +0000 |
tree | 1a3bf4675d4dc024f624672347e455a8fdb4b088 |
move hivesterix codebase into hyracks fullstack git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_staging@2420 123451ca-8445-de46-9d55-352943316053
diff --git a/resource/asterix/stopcc.sh b/resource/asterix/stopcc.sh new file mode 100755 index 0000000..51a1066 --- /dev/null +++ b/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