blob: 1153dcc8b46306ccf622cfaa9d8be85168407323 [file] [log] [blame]
Ian Maxona2699a42017-12-13 17:46:41 -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=target/tmp/asterix_nc1/txnlog
20core.dump.dir=target/tmp/asterix_nc1/coredump
21iodevices=target/tmp/asterix_nc1/iodevice1,../asterix-server/target/tmp/asterix_nc1/iodevice2
22#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006
23
24[nc/asterix_nc2]
25ncservice.port=9091
26nc.api.port=19005
27txn.log.dir=target/tmp/asterix_nc2/txnlog
28core.dump.dir=target/tmp/asterix_nc2/coredump
29iodevices=target/tmp/asterix_nc2/iodevice1,../asterix-server/target/tmp/asterix_nc2/iodevice2
30
31#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007
32
33[nc]
34address=127.0.0.1
35command=asterixnc
36app.class=org.apache.asterix.hyracks.bootstrap.NCApplication
37jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory"
38storage.buffercache.pagesize=32KB
39storage.buffercache.size=48MB
Ian Maxona2699a42017-12-13 17:46:41 -080040storage.memorycomponent.globalbudget=512MB
41
42[cc]
43address = 127.0.0.1
44app.class=org.apache.asterix.hyracks.bootstrap.CCApplication
45heartbeat.period=2000
46
47[common]
48log.level = INFO
49compiler.framesize=32KB
50compiler.sortmemory=320KB
51compiler.groupmemory=160KB
52compiler.joinmemory=256KB
53messaging.frame.size=4096
54messaging.frame.count=512
55
56[extension/org.apache.asterix.bad.lang.BADQueryTranslatorExtension]
Ian Maxond4302ec2018-01-22 14:54:25 -080057enabled = true
Ian Maxona2699a42017-12-13 17:46:41 -080058[extension/org.apache.asterix.bad.lang.BADLangExtension]
Ian Maxond4302ec2018-01-22 14:54:25 -080059enabled = true
Ian Maxona2699a42017-12-13 17:46:41 -080060[extension/org.apache.asterix.bad.metadata.BADMetadataExtension]
Ian Maxond4302ec2018-01-22 14:54:25 -080061enabled = true