blob: 1865054be693927e619f28f2e9011c69491153ae [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
jianfeng.jia@gmail.comf8af7882013-01-25 23:16:30 +00007[ "$PID" != "" ] && kill -9 $PID
jianfeng.jia@gmail.com71e4fce2013-01-10 03:20:55 +00008
9#Clean up CC temp dir
10rm -rf $CCTMP_DIR/*