blob: 27afa2608ae6d93fd6d2d5ec8e47e75aacc7a8be [file] [log] [blame]
buyingyi657ce582013-03-11 06:49:18 +00001#The tmp directory for nc to install jars
2NCTMP_DIR2=/tmp/t-1
3
4#The directory to put nc logs
5NCLOGS_DIR2=$NCTMP_DIR/logs
6
7#Comma separated I/O directories for the spilling of external sort
8IO_DIRS2="/tmp/t-2,/tmp/t-3"
9
10#NC JAVA_OPTS
11NCJAVA_OPTS2="-Xdebug -Xrunjdwp:transport=dt_socket,address=7003,server=y,suspend=n -Xmx1g -Djava.util.logging.config.file=logging.properties"
12