rebalance the partition

git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_genomix@3082 123451ca-8445-de46-9d55-352943316053
diff --git a/genomix/genomix-hyracks/src/main/resources/scripts/startcc.sh b/genomix/genomix-hyracks/src/main/resources/scripts/startcc.sh
index 93967e7..63b1aca 100644
--- a/genomix/genomix-hyracks/src/main/resources/scripts/startcc.sh
+++ b/genomix/genomix-hyracks/src/main/resources/scripts/startcc.sh
@@ -10,11 +10,11 @@
 
 #Remove the temp dir
 #rm -rf $CCTMP_DIR
-mkdir $CCTMP_DIR
+mkdir -p $CCTMP_DIR
 
 #Remove the logs dir
 #rm -rf $CCLOGS_DIR
-mkdir $CCLOGS_DIR
+mkdir -p $CCLOGS_DIR
 
 #Export JAVA_HOME and JAVA_OPTS
 export JAVA_HOME=$JAVA_HOME