commit | 3ca609894c5715332bedbaf65abe99816e81f3be | [log] [tgz] |
---|---|---|
author | jianfeng.jia@gmail.com <jianfeng.jia@gmail.com@123451ca-8445-de46-9d55-352943316053> | Wed Mar 13 06:51:35 2013 +0000 |
committer | jianfeng.jia@gmail.com <jianfeng.jia@gmail.com@123451ca-8445-de46-9d55-352943316053> | Wed Mar 13 06:51:35 2013 +0000 |
tree | 07aeec83a4162a1b00ea26cf71a66aa64e3f00d4 | |
parent | 722dbb192aaae48d97c4bf6e69e541b061a47b37 [diff] [blame] |
svn merge -r2972:3096 https://hyracks.googlecode.com/svn/branches/fullstack_asterix_stabilization git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_genomix@3099 123451ca-8445-de46-9d55-352943316053
diff --git a/hivesterix/hivesterix-dist/conf/debugnc.properties b/hivesterix/hivesterix-dist/conf/debugnc.properties new file mode 100755 index 0000000..27afa26 --- /dev/null +++ b/hivesterix/hivesterix-dist/conf/debugnc.properties
@@ -0,0 +1,12 @@ +#The tmp directory for nc to install jars +NCTMP_DIR2=/tmp/t-1 + +#The directory to put nc logs +NCLOGS_DIR2=$NCTMP_DIR/logs + +#Comma separated I/O directories for the spilling of external sort +IO_DIRS2="/tmp/t-2,/tmp/t-3" + +#NC JAVA_OPTS +NCJAVA_OPTS2="-Xdebug -Xrunjdwp:transport=dt_socket,address=7003,server=y,suspend=n -Xmx1g -Djava.util.logging.config.file=logging.properties" +