commit | 3ca609894c5715332bedbaf65abe99816e81f3be | [log] [tgz] |
---|---|---|
author | jianfeng.jia@gmail.com <jianfeng.jia@gmail.com@123451ca-8445-de46-9d55-352943316053> | Wed Mar 13 06:51:35 2013 +0000 |
committer | jianfeng.jia@gmail.com <jianfeng.jia@gmail.com@123451ca-8445-de46-9d55-352943316053> | Wed Mar 13 06:51:35 2013 +0000 |
tree | 07aeec83a4162a1b00ea26cf71a66aa64e3f00d4 | |
parent | 722dbb192aaae48d97c4bf6e69e541b061a47b37 [diff] [blame] |
svn merge -r2972:3096 https://hyracks.googlecode.com/svn/branches/fullstack_asterix_stabilization git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_genomix@3099 123451ca-8445-de46-9d55-352943316053
diff --git a/hivesterix/hivesterix-dist/src/main/resources/scripts/stopcc.sh b/hivesterix/hivesterix-dist/src/main/resources/scripts/stopcc.sh new file mode 100644 index 0000000..c2f525a --- /dev/null +++ b/hivesterix/hivesterix-dist/src/main/resources/scripts/stopcc.sh
@@ -0,0 +1,10 @@ +hostname +. conf/cluster.properties + +#Kill process +PID=`ps -ef|grep ${USER}|grep java|grep hyracks|awk '{print $2}'` +echo $PID +kill -9 $PID + +#Clean up CC temp dir +rm -rf $CCTMP_DIR/*