commit | e5817341ab9d3c73746358b7606857d6120f04ab | [log] [tgz] |
---|---|---|
author | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Fri Mar 15 08:26:56 2013 +0000 |
committer | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Fri Mar 15 08:26:56 2013 +0000 |
tree | 12b13d8344a181b47115189edc6f2af30109885c | |
parent | 3ac1e1c4338379e73b260a424b8eb53d737a12ff [diff] [blame] |
Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution. git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_hyracks_result_distribution@3124 123451ca-8445-de46-9d55-352943316053
diff --git a/hivesterix-dist/src/main/resources/scripts/stopcc.sh b/hivesterix-dist/src/main/resources/scripts/stopcc.sh new file mode 100644 index 0000000..c2f525a --- /dev/null +++ b/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/*