Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 1 | <!-- |
| 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 | !--> |
ramangrover29 | 116eb97 | 2013-02-20 20:47:35 +0000 | [diff] [blame] | 15 | <cluster xmlns="cluster"> |
ramangrover29 | df9a80c | 2013-06-04 22:10:15 -0700 | [diff] [blame] | 16 | <name>local</name> |
| 17 | <working_dir> |
| 18 | <dir>/tmp/asterix-installer</dir> |
| 19 | <NFS>true</NFS> |
| 20 | </working_dir> |
| 21 | <log_dir>/tmp/asterix/logs</log_dir> |
| 22 | <txn_log_dir>/tmp/asterix/logs</txn_log_dir> |
ramangrover29 | df9a80c | 2013-06-04 22:10:15 -0700 | [diff] [blame] | 23 | <iodevices>/tmp</iodevices> |
| 24 | <store>asterix/storage</store> |
| 25 | <java_home></java_home> |
| 26 | <master_node> |
| 27 | <id>master</id> |
| 28 | <client_ip>127.0.0.1</client_ip> |
| 29 | <cluster_ip>127.0.0.1</cluster_ip> |
ramangrover29 | fa0a578 | 2013-06-05 03:17:57 -0700 | [diff] [blame] | 30 | <cluster_port>1099</cluster_port> |
| 31 | <client_port>1098</client_port> |
| 32 | <http_port>8888</http_port> |
ramangrover29 | df9a80c | 2013-06-04 22:10:15 -0700 | [diff] [blame] | 33 | </master_node> |
| 34 | <node> |
| 35 | <id>node1</id> |
| 36 | <cluster_ip>127.0.0.1</cluster_ip> |
| 37 | </node> |
ramangrover29 | 116eb97 | 2013-02-20 20:47:35 +0000 | [diff] [blame] | 38 | </cluster> |