Till Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 1 | #/* |
| 2 | # Copyright 2009-2013 by The Regents of the University of California |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # you may obtain a copy of the License from |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | #*/ |
buyingyi | 98e9a9b | 2013-03-10 21:24:35 +0000 | [diff] [blame] | 15 | #The tmp directory for nc to install jars |
| 16 | NCTMP_DIR2=/tmp/t-1 |
| 17 | |
| 18 | #The directory to put nc logs |
| 19 | NCLOGS_DIR2=$NCTMP_DIR/logs |
| 20 | |
| 21 | #Comma separated I/O directories for the spilling of external sort |
| 22 | IO_DIRS2="/tmp/t-2,/tmp/t-3" |
| 23 | |
| 24 | #NC JAVA_OPTS |
| 25 | NCJAVA_OPTS2="-Xdebug -Xrunjdwp:transport=dt_socket,address=7003,server=y,suspend=n -Xmx1g -Djava.util.logging.config.file=logging.properties" |
| 26 | |