blob: 23e04c6a5f34d8464e117efb145c3eb3adafaa29 [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001#/*
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#*/
buyingyi657ce582013-03-11 06:49:18 +000015#The tmp directory for nc to install jars
16NCTMP_DIR2=/tmp/t-1
17
18#The directory to put nc logs
19NCLOGS_DIR2=$NCTMP_DIR/logs
20
21#Comma separated I/O directories for the spilling of external sort
22IO_DIRS2="/tmp/t-2,/tmp/t-3"
23
24#NC JAVA_OPTS
25NCJAVA_OPTS2="-Xdebug -Xrunjdwp:transport=dt_socket,address=7003,server=y,suspend=n -Xmx1g -Djava.util.logging.config.file=logging.properties"
26