blob: 1865054be693927e619f28f2e9011c69491153ae [file] [log] [blame]
hostname
. conf/cluster.properties
#Kill process
PID=`ps -ef|grep ${USER}|grep java|grep hyracks|awk '{print $2}'`
echo $PID
[ "$PID" != "" ] && kill -9 $PID
#Clean up CC temp dir
rm -rf $CCTMP_DIR/*