Ian Maxon | a70fba5 | 2016-02-18 13:52:36 -0800 | [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 | !--> |
| 15 | <cluster xmlns="cluster"> |
| 16 | <name>2node</name> |
| 17 | <username>youngsk2</username> |
| 18 | <working_dir> |
| 19 | <dir>/home/youngsk2/asterixdb/working</dir> |
| 20 | <NFS>true</NFS> |
| 21 | </working_dir> |
| 22 | <log_dir>/mnt/data/sde/youngsk2/asterix/logs</log_dir> |
| 23 | <txn_log_dir>/lv_scratch/scratch/youngsk2/asterix/txnlogs</txn_log_dir> |
| 24 | <iodevices>/mnt/data/sdb/youngsk2/asterix,/mnt/data/sdc/youngsk2/asterix,/mnt/data/sdd/youngsk2/asterix</iodevices> |
| 25 | <store>storage</store> |
| 26 | <java_home>/home/youngsk2/jdk1.7.0_65</java_home> |
| 27 | <master_node> |
| 28 | <id>master</id> |
| 29 | <cluster_ip>128.195.9.21</cluster_ip> |
| 30 | <cluster_port>1099</cluster_port> |
| 31 | <client_ip>128.195.9.21</client_ip> |
| 32 | <client_port>1098</client_port> |
| 33 | <http_port>8888</http_port> |
| 34 | </master_node> |
| 35 | <node> |
| 36 | <id>node1</id> |
| 37 | <cluster_ip>128.195.9.22</cluster_ip> |
| 38 | </node> |
| 39 | <node> |
| 40 | <id>node2</id> |
| 41 | <cluster_ip>128.195.9.23</cluster_ip> |
| 42 | </node> |
| 43 | </cluster> |
| 44 | |