blob: 056cce4f2aed3027506637a3290a96629caecd36 [file] [log] [blame]
buyingyi1341a162013-06-05 15:07:52 -07001#The CC port for Hyracks clients
2CC_CLIENTPORT=3099
3
4#The CC port for Hyracks cluster management
5CC_CLUSTERPORT=1099
6
7#The tmp directory for cc to install jars
8CCTMP_DIR=/tmp/t1
9
10#The tmp directory for nc to install jars
11NCTMP_DIR=/tmp/t2
12
13#The directory to put cc logs
14CCLOGS_DIR=$CCTMP_DIR/logs
15
16#The directory to put nc logs
17NCLOGS_DIR=$NCTMP_DIR/logs
18
19#Comma separated I/O directories for the spilling of external sort
20IO_DIRS="/tmp/t3,/tmp/t4"
21
22#The JAVA_HOME
23JAVA_HOME=$JAVA_HOME
24
25#The frame size of the internal dataflow engine
26FRAME_SIZE=65536
27
28#CC JAVA_OPTS
29CCJAVA_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"
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
34NCJAVA_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"