blob: 2d3cf761c9adc3d61ca604857d325393e121383c [file] [log] [blame]
Till Westmannea8ab392013-06-05 15:17:08 -07001<!--
Ian Maxon928bbd12015-09-14 17:12:48 -07002 ! 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.
Till Westmannea8ab392013-06-05 15:17:08 -070018 !-->
ramangrover29116eb972013-02-20 20:47:35 +000019<cluster xmlns="cluster">
ramangrover29df9a80c2013-06-04 22:10:15 -070020 <name>local</name>
21 <working_dir>
22 <dir>/tmp/asterix-installer</dir>
23 <NFS>true</NFS>
24 </working_dir>
25 <log_dir>/tmp/asterix/logs</log_dir>
Till Westmannfd733ee2014-07-10 00:57:37 -070026 <txn_log_dir>/tmp/asterix/txnLogs</txn_log_dir>
27 <iodevices>/tmp/asterix</iodevices>
28 <store>storage</store>
ramangrover29df9a80c2013-06-04 22:10:15 -070029 <java_home></java_home>
30 <master_node>
31 <id>master</id>
32 <client_ip>127.0.0.1</client_ip>
33 <cluster_ip>127.0.0.1</cluster_ip>
ramangrover29fa0a5782013-06-05 03:17:57 -070034 <cluster_port>1099</cluster_port>
35 <client_port>1098</client_port>
36 <http_port>8888</http_port>
ramangrover29df9a80c2013-06-04 22:10:15 -070037 </master_node>
38 <node>
39 <id>node1</id>
40 <cluster_ip>127.0.0.1</cluster_ip>
41 </node>
ramangrover29116eb972013-02-20 20:47:35 +000042</cluster>