blob: c2f525a206d8ecacc427c30663b5e6c356b1e479 [file] [log] [blame]
buyingyi98e9a9b2013-03-10 21:24:35 +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/*