blob: c2f525a206d8ecacc427c30663b5e6c356b1e479 [file] [log] [blame]
jianfeng.jia@gmail.com71e4fce2013-01-10 03:20:55 +00001hostname
2. conf/cluster.properties
3
4#Kill process
5PID=`ps -ef|grep ${USER}|grep java|grep hyracks|awk '{print $2}'`
6echo $PID
7kill -9 $PID
8
9#Clean up CC temp dir
10rm -rf $CCTMP_DIR/*