Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 1 | <!-- |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame^] | 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. |
Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 18 | !--> |
ramangrover29 | 116eb97 | 2013-02-20 20:47:35 +0000 | [diff] [blame] | 19 | <cluster xmlns="cluster"> |
ramangrover29 | df9a80c | 2013-06-04 22:10:15 -0700 | [diff] [blame] | 20 | <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 Westmann | fd733ee | 2014-07-10 00:57:37 -0700 | [diff] [blame] | 26 | <txn_log_dir>/tmp/asterix/txnLogs</txn_log_dir> |
| 27 | <iodevices>/tmp/asterix</iodevices> |
| 28 | <store>storage</store> |
ramangrover29 | df9a80c | 2013-06-04 22:10:15 -0700 | [diff] [blame] | 29 | <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> |
ramangrover29 | fa0a578 | 2013-06-05 03:17:57 -0700 | [diff] [blame] | 34 | <cluster_port>1099</cluster_port> |
| 35 | <client_port>1098</client_port> |
| 36 | <http_port>8888</http_port> |
ramangrover29 | df9a80c | 2013-06-04 22:10:15 -0700 | [diff] [blame] | 37 | </master_node> |
| 38 | <node> |
| 39 | <id>node1</id> |
| 40 | <cluster_ip>127.0.0.1</cluster_ip> |
| 41 | </node> |
ramangrover29 | 116eb97 | 2013-02-20 20:47:35 +0000 | [diff] [blame] | 42 | </cluster> |