blob: 57bf114588d0313aac57e93c8e88940e7072e8b5 [file] [log] [blame]
Ian Maxonf7b64532015-12-09 17:28:18 -08001<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
Till Westmannea8ab392013-06-05 15:17:08 -07002<!--
Ian Maxon928bbd12015-09-14 17:12:48 -07003 ! Licensed to the Apache Software Foundation (ASF) under one
4 ! or more contributor license agreements. See the NOTICE file
5 ! distributed with this work for additional information
6 ! regarding copyright ownership. The ASF licenses this file
7 ! to you under the Apache License, Version 2.0 (the
8 ! "License"); you may not use this file except in compliance
9 ! with the License. You may obtain a copy of the License at
10 !
11 ! http://www.apache.org/licenses/LICENSE-2.0
12 !
13 ! Unless required by applicable law or agreed to in writing,
14 ! software distributed under the License is distributed on an
15 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 ! KIND, either express or implied. See the License for the
17 ! specific language governing permissions and limitations
18 ! under the License.
Till Westmannea8ab392013-06-05 15:17:08 -070019 !-->
ramangrover29116eb972013-02-20 20:47:35 +000020<cluster xmlns="cluster">
Ian Maxonf7b64532015-12-09 17:28:18 -080021 <java_home>/usr/lib/jvm/jdk-8-oracle-x64/jre</java_home>
22 <log_dir>/tmp/asterix/logs</log_dir>
23 <txn_log_dir>/tmp/asterix/txnLogs</txn_log_dir>
24 <store>storage</store>
25 <working_dir>
26 <dir>/tmp/asterix-installer</dir>
27 <NFS>true</NFS>
28 </working_dir>
29 <master_node>
30 <id>master</id>
31 <client_ip>127.0.0.1</client_ip>
32 <cluster_ip>127.0.0.1</cluster_ip>
33 <client_port>1098</client_port>
34 <cluster_port>1099</cluster_port>
35 <http_port>8888</http_port>
36 </master_node>
37 <node>
38 <id>nc1</id>
39 <cluster_ip>127.0.0.1</cluster_ip>
40 <txn_log_dir>/tmp/asterix/nc1/txnLogs</txn_log_dir>
41 <iodevices>/tmp/asterix/nc1/p1,/tmp/asterix/nc1/p2</iodevices>
42
43 </node>
44 <node>
45 <id>nc2</id>
46 <cluster_ip>127.0.0.1</cluster_ip>
47 <txn_log_dir>/tmp/asterix/nc2/txnLogs</txn_log_dir>
48 <iodevices>/tmp/asterix/nc2/p1,/tmp/asterix/nc2/p2</iodevices>
49 </node>
ramangrover29116eb972013-02-20 20:47:35 +000050</cluster>