buyingyi | 98e9a9b | 2013-03-10 21:24:35 +0000 | [diff] [blame] | 1 | #The CC port for Hyracks clients |
| 2 | CC_CLIENTPORT=3099 |
| 3 | |
| 4 | #The CC port for Hyracks cluster management |
| 5 | CC_CLUSTERPORT=1099 |
| 6 | |
buyingyi | 98e9a9b | 2013-03-10 21:24:35 +0000 | [diff] [blame] | 7 | #The tmp directory for cc to install jars |
| 8 | CCTMP_DIR=/tmp/t1 |
| 9 | |
| 10 | #The tmp directory for nc to install jars |
| 11 | NCTMP_DIR=/tmp/t2 |
| 12 | |
| 13 | #The directory to put cc logs |
| 14 | CCLOGS_DIR=$CCTMP_DIR/logs |
| 15 | |
| 16 | #The directory to put nc logs |
| 17 | NCLOGS_DIR=$NCTMP_DIR/logs |
| 18 | |
| 19 | #Comma separated I/O directories for the spilling of external sort |
| 20 | IO_DIRS="/tmp/t3,/tmp/t4" |
| 21 | |
| 22 | #The JAVA_HOME |
| 23 | JAVA_HOME=$JAVA_HOME |
| 24 | |
| 25 | #The frame size of the internal dataflow engine |
| 26 | FRAME_SIZE=65536 |
| 27 | |
| 28 | #CC JAVA_OPTS |
buyingyi | 80bb3cc | 2013-04-25 00:17:23 -0700 | [diff] [blame^] | 29 | CCJAVA_OPTS="-Xmx1g -Djava.util.logging.config.file=logging.properties" |
| 30 | # debug option: CCJAVA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=7001,server=y,suspend=n -Xmx1g -Djava.util.logging.config.file=logging.properties" |
buyingyi | 98e9a9b | 2013-03-10 21:24:35 +0000 | [diff] [blame] | 31 | # Yourkit option: -agentpath:/grid/0/dev/vborkar/tools/yjp-10.0.4/bin/linux-x86-64/libyjpagent.so=port=20001" |
| 32 | |
| 33 | #NC JAVA_OPTS |
buyingyi | 80bb3cc | 2013-04-25 00:17:23 -0700 | [diff] [blame^] | 34 | NCJAVA_OPTS="-Xmx1g -Djava.util.logging.config.file=logging.properties" |
| 35 | # debug option: NCJAVA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=7002,server=y,suspend=n -Xmx1g -Djava.util.logging.config.file=logging.properties" |
| 36 | # Yourkit option: -agentpath:/grid/0/dev/vborkar/tools/yjp-10.0.4/bin/linux-x86-64/libyjpagent.so=port=20001" |