blob: eabd81b7cf90f11d2659509da39c4f2ff3ba14e6 [file] [log] [blame]
jianfeng.jia@gmail.com71e4fce2013-01-10 03:20:55 +00001#The CC port for Hyracks clients
2CC_CLIENTPORT=3099
3
4#The CC port for Hyracks cluster management
5CC_CLUSTERPORT=1099
6
7#The directory of hyracks binaries
jianfeng.jia@gmail.comb1112552013-02-05 02:11:55 +00008HYRACKS_HOME="../../../../hyracks"
jianfeng.jia@gmail.com71e4fce2013-01-10 03:20:55 +00009
10#The tmp directory for cc to install jars
11CCTMP_DIR=/tmp/t1
12
13#The tmp directory for nc to install jars
14NCTMP_DIR=/tmp/t2
15
16#The directory to put cc logs
17CCLOGS_DIR=$CCTMP_DIR/logs
18
19#The directory to put nc logs
20NCLOGS_DIR=$NCTMP_DIR/logs
21
22#Comma separated I/O directories for the spilling of external sort
23IO_DIRS="/tmp/t3,/tmp/t4"
24
25#The JAVA_HOME
26JAVA_HOME=$JAVA_HOME
27
jianfeng.jia@gmail.com53439622013-02-08 03:47:58 +000028#HADOOP_HOME
29CLASSPATH="${HADOOP_HOME}:${CLASSPATH}:."
30
jianfeng.jia@gmail.com71e4fce2013-01-10 03:20:55 +000031#The frame size of the internal dataflow engine
32FRAME_SIZE=65536
33
34#CC JAVA_OPTS
35CCJAVA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=7001,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"
37
38#NC JAVA_OPTS
jianfeng.jia@gmail.com7b788d22013-02-15 21:05:14 +000039NCJAVA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=7002,server=y,suspend=n -Xmx10g -Djava.util.logging.config.file=logging.properties"
jianfeng.jia@gmail.com71e4fce2013-01-10 03:20:55 +000040