blob: 1c6d574edb6bc35354dbf5b158bef195587e78f2 [file] [log] [blame]
Michael Blowe2cf4912017-01-18 15:39:40 -05001; Licensed to the Apache Software Foundation (ASF) under one
2; or more contributor license agreements. See the NOTICE file
3; distributed with this work for additional information
4; regarding copyright ownership. The ASF licenses this file
5; to you under the Apache License, Version 2.0 (the
6; "License"); you may not use this file except in compliance
7; with the License. You may obtain a copy of the License at
8;
9; http://www.apache.org/licenses/LICENSE-2.0
10;
11; Unless required by applicable law or agreed to in writing,
12; software distributed under the License is distributed on an
13; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14; KIND, either express or implied. See the License for the
15; specific language governing permissions and limitations
16; under the License.
17
Chris Hillery6eaf2772016-06-24 01:56:30 -070018[nc/asterix_nc1]
Michael Blow4c7b5bf2017-03-06 21:55:58 -050019txn.log.dir=../asterix-server/target/tmp/asterix_nc1/txnlog
20core.dump.dir=../asterix-server/target/tmp/asterix_nc1/coredump
Chris Hillery6eaf2772016-06-24 01:56:30 -070021iodevices=../asterix-server/target/tmp/asterix_nc1/iodevice1,../asterix-server/target/tmp/asterix_nc1/iodevice2
Murtadha Hubail489bcc62017-12-01 15:22:52 +030022nc.api.port=19004
Michael Blow4c7b5bf2017-03-06 21:55:58 -050023#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006
Michael Blow963a5442019-03-28 13:10:50 -040024jvm.args=-Dfile.encoding=iso-8859-1
Chris Hillery6eaf2772016-06-24 01:56:30 -070025
26[nc/asterix_nc2]
Michael Blow4c7b5bf2017-03-06 21:55:58 -050027ncservice.port=9091
28txn.log.dir=../asterix-server/target/tmp/asterix_nc2/txnlog
29core.dump.dir=../asterix-server/target/tmp/asterix_nc2/coredump
Chris Hillery6eaf2772016-06-24 01:56:30 -070030iodevices=../asterix-server/target/tmp/asterix_nc2/iodevice1,../asterix-server/target/tmp/asterix_nc2/iodevice2
Murtadha Hubail489bcc62017-12-01 15:22:52 +030031nc.api.port=19005
Michael Blow4c7b5bf2017-03-06 21:55:58 -050032#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007
Michael Blow963a5442019-03-28 13:10:50 -040033jvm.args=-Dfile.encoding=us-ascii
Chris Hillery6eaf2772016-06-24 01:56:30 -070034
35[nc]
36address=127.0.0.1
37command=asterixnc
Abdullah Alamoudi953eb962017-03-09 16:35:52 -080038app.class=org.apache.asterix.hyracks.bootstrap.NCApplication
Michael Blowae477ae2019-02-06 23:06:32 -050039jvm.args=-Xmx4g
Chris Hillery6eaf2772016-06-24 01:56:30 -070040storage.memorycomponent.globalbudget = 1073741824
41
Michael Blow4c7b5bf2017-03-06 21:55:58 -050042[cc]
43address = 127.0.0.1
Abdullah Alamoudi953eb962017-03-09 16:35:52 -080044app.class=org.apache.asterix.hyracks.bootstrap.CCApplication
Michael Blow2534d272017-06-14 09:08:22 -040045heartbeat.period=2000
Michael Blow2814f242018-01-23 20:34:48 -050046heartbeat.max.misses=25
Michael Blow2534d272017-06-14 09:08:22 -040047
48[common]
Michael Blow79748192019-04-04 12:29:56 -040049log.dir = ../asterix-server/target/NCServiceExecutionIT
Michael Blow2534d272017-06-14 09:08:22 -040050log.level = INFO