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