blob: bfca677f5b7fd2d711b3df707dccf0afb02c6e37 [file] [log] [blame]
Ian Maxon5dcf1392017-12-14 12:27:45 -08001; 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
18[nc/asterix_nc1]
19txn.log.dir=../asterix-server/target/tmp/asterix_nc1/txnlog
20core.dump.dir=../asterix-server/target/tmp/asterix_nc1/coredump
21iodevices=../asterix-server/target/tmp/asterix_nc1/iodevice1,../asterix-server/target/tmp/asterix_nc1/iodevice2
22#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5006
23replication.listen.port=2001
24nc.api.port=19004
25
26[nc/asterix_nc2]
27ncservice.port=9091
28txn.log.dir=../asterix-server/target/tmp/asterix_nc2/txnlog
29core.dump.dir=../asterix-server/target/tmp/asterix_nc2/coredump
30iodevices=../asterix-server/target/tmp/asterix_nc2/iodevice1,../asterix-server/target/tmp/asterix_nc2/iodevice2
31#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5007
32replication.listen.port=2002
33nc.api.port=19005
34
35[nc]
36address=127.0.0.1
37command=asterixnc
38app.class=org.apache.asterix.hyracks.bootstrap.NCApplication
39jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory"
40storage.subdir=test_storage
41storage.memorycomponent.globalbudget = 1073741824
42
43[cc]
44address = 127.0.0.1
45app.class=org.apache.asterix.hyracks.bootstrap.CCApplication
46heartbeat.period=2000
47
48[common]
49log.level = INFO
50replication.enabled=true
Murtadha Hubail0a5b6412018-01-05 13:42:01 +030051replication.strategy=all