blob: 70debe4ab9b87cda5e481aaa0f5ee2565972cde3 [file] [log] [blame]
Till Westmannea8ab392013-06-05 15:17:08 -07001<!--
2 ! Copyright 2009-2013 by The Regents of the University of California
3 ! Licensed under the Apache License, Version 2.0 (the "License");
4 ! you may not use this file except in compliance with the License.
5 ! you may obtain a copy of the License from
6 !
7 ! http://www.apache.org/licenses/LICENSE-2.0
8 !
9 ! Unless required by applicable law or agreed to in writing, software
10 ! distributed under the License is distributed on an "AS IS" BASIS,
11 ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 ! See the License for the specific language governing permissions and
13 ! limitations under the License.
14 !-->
ramangrover29116eb972013-02-20 20:47:35 +000015<cluster xmlns="cluster">
16 <name>local</name>
ramangrover29fdfe15f2013-04-29 11:33:44 -070017 <working_dir>
ramangrover29@gmail.com309034e2013-04-01 00:11:35 +000018 <dir>/tmp/asterix-installer</dir>
19 <NFS>true</NFS>
ramangrover29fdfe15f2013-04-29 11:33:44 -070020 </working_dir>
21 <log_dir>/tmp/asterix/logs</log_dir>
22 <txn_log_dir>/tmp/asterix/logs</txn_log_dir>
ramangrover29@gmail.com309034e2013-04-01 00:11:35 +000023 <iodevices>/tmp</iodevices>
24 <store>asterix/storage</store>
ramangrover29@gmail.com4ba21522013-02-27 23:35:42 +000025 <java_home></java_home>
ramangrover29fdfe15f2013-04-29 11:33:44 -070026 <master_node>
ramangrover29@gmail.com309034e2013-04-01 00:11:35 +000027 <id>master</id>
ramangrover29fdfe15f2013-04-29 11:33:44 -070028 <client_ip>127.0.0.1</client_ip>
29 <cluster_ip>127.0.0.1</cluster_ip>
30 </master_node>
ramangrover29116eb972013-02-20 20:47:35 +000031 <node>
ramangrover29@gmail.com309034e2013-04-01 00:11:35 +000032 <id>node1</id>
ramangrover29fdfe15f2013-04-29 11:33:44 -070033 <cluster_ip>127.0.0.1</cluster_ip>
ramangrover29116eb972013-02-20 20:47:35 +000034 </node>
ramangrover29116eb972013-02-20 20:47:35 +000035</cluster>