Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 1 | <!-- |
| 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 | !--> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 19 | <asterixConfiguration xmlns="asterixconf"> |
Ian Maxon | f7b6453 | 2015-12-09 17:28:18 -0800 | [diff] [blame] | 20 | <metadataNode>asterix_nc1</metadataNode> |
Young-Seok | 5eba6a0 | 2013-08-29 17:30:40 -0700 | [diff] [blame] | 21 | <store> |
Ian Maxon | f7b6453 | 2015-12-09 17:28:18 -0800 | [diff] [blame] | 22 | <ncId>asterix_nc1</ncId> |
Murtadha Hubail | 1d5cf64 | 2015-12-31 08:38:15 -0800 | [diff] [blame^] | 23 | <storeDirs>iodevice0,iodevice1</storeDirs> |
Young-Seok | 5eba6a0 | 2013-08-29 17:30:40 -0700 | [diff] [blame] | 24 | </store> |
| 25 | <store> |
Ian Maxon | f7b6453 | 2015-12-09 17:28:18 -0800 | [diff] [blame] | 26 | <ncId>asterix_nc2</ncId> |
Murtadha Hubail | 1d5cf64 | 2015-12-31 08:38:15 -0800 | [diff] [blame^] | 27 | <storeDirs>iodevice0,iodevice1</storeDirs> |
Young-Seok | 5eba6a0 | 2013-08-29 17:30:40 -0700 | [diff] [blame] | 28 | </store> |
| 29 | <transactionLogDir> |
Ian Maxon | f7b6453 | 2015-12-09 17:28:18 -0800 | [diff] [blame] | 30 | <ncId>asterix_nc1</ncId> |
| 31 | <txnLogDirPath>target/txnLogDir/asterix_nc1</txnLogDirPath> |
Young-Seok | 5eba6a0 | 2013-08-29 17:30:40 -0700 | [diff] [blame] | 32 | </transactionLogDir> |
| 33 | <transactionLogDir> |
Ian Maxon | f7b6453 | 2015-12-09 17:28:18 -0800 | [diff] [blame] | 34 | <ncId>asterix_nc2</ncId> |
| 35 | <txnLogDirPath>target/txnLogDir/asterix_nc2</txnLogDirPath> |
Young-Seok | 5eba6a0 | 2013-08-29 17:30:40 -0700 | [diff] [blame] | 36 | </transactionLogDir> |
ramangrover29 | 9281205b | 2013-10-29 01:18:18 +0530 | [diff] [blame] | 37 | |
Yingyi Bu | 362b884 | 2014-05-26 00:01:18 -0700 | [diff] [blame] | 38 | <property> |
| 39 | <name>max.wait.active.cluster</name> |
| 40 | <value>60</value> |
| 41 | <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all |
| 42 | nodes are available) |
| 43 | before a submitted query/statement can be |
| 44 | executed. (Default = 60 seconds) |
| 45 | </description> |
| 46 | </property> |
ramangrover29 | 9281205b | 2013-10-29 01:18:18 +0530 | [diff] [blame] | 47 | |
Young-Seok | 5eba6a0 | 2013-08-29 17:30:40 -0700 | [diff] [blame] | 48 | <property> |
| 49 | <name>log.level</name> |
| 50 | <value>WARNING</value> |
| 51 | <description>Log level for running tests/build</description> |
| 52 | </property> |
| 53 | <property> |
Yingyi Bu | 362b884 | 2014-05-26 00:01:18 -0700 | [diff] [blame] | 54 | <name>compiler.framesize</name> |
| 55 | <value>32768</value> |
| 56 | </property> |
| 57 | <property> |
| 58 | <name>compiler.sortmemory</name> |
Ian Maxon | f7b6453 | 2015-12-09 17:28:18 -0800 | [diff] [blame] | 59 | <value>327680</value> |
Yingyi Bu | 362b884 | 2014-05-26 00:01:18 -0700 | [diff] [blame] | 60 | </property> |
| 61 | <property> |
| 62 | <name>compiler.groupmemory</name> |
JavierJia | 6510072 | 2015-06-17 16:19:25 -0700 | [diff] [blame] | 63 | <value>163840</value> |
Yingyi Bu | 362b884 | 2014-05-26 00:01:18 -0700 | [diff] [blame] | 64 | </property> |
| 65 | <property> |
| 66 | <name>compiler.joinmemory</name> |
JavierJia | 6510072 | 2015-06-17 16:19:25 -0700 | [diff] [blame] | 67 | <value>163840</value> |
Yingyi Bu | 362b884 | 2014-05-26 00:01:18 -0700 | [diff] [blame] | 68 | </property> |
Yingyi Bu | 751315f | 2015-11-24 22:08:41 -0800 | [diff] [blame] | 69 | <property> |
| 70 | <name>compiler.pregelix.home</name> |
| 71 | <value>~/pregelix</value> |
| 72 | </property> |
Yingyi Bu | 362b884 | 2014-05-26 00:01:18 -0700 | [diff] [blame] | 73 | <property> |
salsubaiee | 801bffe | 2013-09-22 23:42:35 -0700 | [diff] [blame] | 74 | <name>storage.buffercache.pagesize</name> |
| 75 | <value>32768</value> |
| 76 | <description>The page size in bytes for pages in the buffer cache. |
| 77 | (Default = "32768" // 32KB) |
| 78 | </description> |
| 79 | </property> |
| 80 | <property> |
| 81 | <name>storage.buffercache.size</name> |
| 82 | <value>33554432</value> |
| 83 | <description>The size of memory allocated to the disk buffer cache. |
| 84 | The value should be a multiple of the buffer cache page size(Default |
| 85 | = "33554432" // 32MB) |
| 86 | </description> |
| 87 | </property> |
| 88 | <property> |
zheilbron | 5287c4a | 2013-06-05 00:09:29 -0700 | [diff] [blame] | 89 | <name>storage.memorycomponent.numpages</name> |
| 90 | <value>8</value> |
| 91 | <description>The number of pages to allocate for a memory component. |
| 92 | (Default = 8) |
| 93 | </description> |
| 94 | </property> |
kereno | f13678d | 2014-07-15 15:57:39 -0700 | [diff] [blame] | 95 | <property> |
| 96 | <name>plot.activate</name> |
| 97 | <value>false</value> |
| 98 | <description>Enabling plot of Algebricks plan to tmp folder. (Default = false) |
| 99 | </description> |
| 100 | </property> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 101 | </asterixConfiguration> |