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/conf/cluster.properties b/genomix/genomix-hyracks/src/main/resources/conf/cluster.properties
index eabd81b..2d0eb26 100644
--- a/genomix/genomix-hyracks/src/main/resources/conf/cluster.properties
+++ b/genomix/genomix-hyracks/src/main/resources/conf/cluster.properties
@@ -7,11 +7,12 @@
 #The directory of hyracks binaries
 HYRACKS_HOME="../../../../hyracks"
 
+WORKPATH="/mnt/data/sda/space/jjia/hyracks"
 #The tmp directory for cc to install jars
-CCTMP_DIR=/tmp/t1
+CCTMP_DIR=${WORKPATH}/tmp/t1
 
 #The tmp directory for nc to install jars
-NCTMP_DIR=/tmp/t2
+NCTMP_DIR=${WORKPATH}/tmp/t2
 
 #The directory to put cc logs
 CCLOGS_DIR=$CCTMP_DIR/logs
@@ -20,7 +21,7 @@
 NCLOGS_DIR=$NCTMP_DIR/logs
 
 #Comma separated I/O directories for the spilling of external sort
-IO_DIRS="/tmp/t3,/tmp/t4"
+IO_DIRS="/mnt/data/sda/space/jjia/hyracks/tmp/t3,/mnt/data/sdb/space/jjia/hyracks/tmp/t3,/mnt/data/sdc/space/jjia/hyracks/tmp/t3,/mnt/data/sdd/space/jjia/hyracks/tmp/t3"
 
 #The JAVA_HOME
 JAVA_HOME=$JAVA_HOME