blob: 60074162c50016c25c72c6b178219fc14f88d66a [file] [log] [blame]
Steven Glenn Jacobs409c3e72016-09-14 11:32:13 -07001<!--
2 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
18 !-->
19<asterixConfiguration xmlns="asterixconf">
20 <metadataNode>asterix_nc1</metadataNode>
21 <store>
22 <ncId>asterix_nc1</ncId>
23 <storeDirs>iodevice0,iodevice1</storeDirs>
24 </store>
25 <store>
26 <ncId>asterix_nc2</ncId>
27 <storeDirs>iodevice0,iodevice1</storeDirs>
28 </store>
29 <transactionLogDir>
30 <ncId>asterix_nc1</ncId>
31 <txnLogDirPath>target/txnLogDir/asterix_nc1</txnLogDirPath>
32 </transactionLogDir>
33 <transactionLogDir>
34 <ncId>asterix_nc2</ncId>
35 <txnLogDirPath>target/txnLogDir/asterix_nc2</txnLogDirPath>
36 </transactionLogDir>
37 <extensions>
38 <extension>
39 <extensionClassName>org.apache.asterix.bad.lang.BADQueryTranslatorExtension</extensionClassName>
40 </extension>
41 <extension>
42 <extensionClassName>org.apache.asterix.bad.lang.BADLangExtension</extensionClassName>
43 </extension>
44 <extension>
45 <extensionClassName>org.apache.asterix.bad.metadata.BADMetadataExtension</extensionClassName>
46 </extension>
47 </extensions>
48 <property>
49 <name>max.wait.active.cluster</name>
50 <value>60</value>
51 <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all
52 nodes are available)
53 before a submitted query/statement can be
54 executed. (Default = 60 seconds)
55 </description>
56 </property>
57 <property>
58 <name>log.level</name>
59 <value>WARNING</value>
60 <description>Log level for running tests/build</description>
61 </property>
62 <property>
63 <name>compiler.framesize</name>
Steven Glenn Jacobs545684b2016-12-19 10:29:43 -080064 <value>32KB</value>
Steven Glenn Jacobs409c3e72016-09-14 11:32:13 -070065 </property>
66 <property>
67 <name>compiler.sortmemory</name>
Steven Glenn Jacobs545684b2016-12-19 10:29:43 -080068 <value>640KB</value>
Steven Glenn Jacobs409c3e72016-09-14 11:32:13 -070069 </property>
70 <property>
71 <name>compiler.groupmemory</name>
Steven Glenn Jacobs545684b2016-12-19 10:29:43 -080072 <value>640KB</value>
Steven Glenn Jacobs409c3e72016-09-14 11:32:13 -070073 </property>
74 <property>
75 <name>compiler.joinmemory</name>
Steven Glenn Jacobs545684b2016-12-19 10:29:43 -080076 <value>640KB</value>
Steven Glenn Jacobs409c3e72016-09-14 11:32:13 -070077 </property>
78 <property>
79 <name>compiler.pregelix.home</name>
80 <value>~/pregelix</value>
81 </property>
82 <property>
83 <name>storage.buffercache.pagesize</name>
84 <value>32768</value>
85 <description>The page size in bytes for pages in the buffer cache.
86 (Default = "32768" // 32KB)
87 </description>
88 </property>
89 <property>
90 <name>storage.buffercache.size</name>
91 <value>33554432</value>
92 <description>The size of memory allocated to the disk buffer cache.
93 The value should be a multiple of the buffer cache page size(Default
94 = "33554432" // 32MB)
95 </description>
96 </property>
97 <property>
98 <name>storage.memorycomponent.numpages</name>
99 <value>8</value>
100 <description>The number of pages to allocate for a memory component.
101 (Default = 8)
102 </description>
103 </property>
104 <property>
105 <name>plot.activate</name>
106 <value>false</value>
107 <description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
108 </description>
109 </property>
110</asterixConfiguration>