blob: 582254cf510327c3aea0fd357ecfcc263ae56746 [file] [log] [blame]
Ian Maxon69375a12015-06-29 16:12:53 -07001 <cluster xmlns="yarn_cluster">
2
3 <!-- Name of the cluster -->
4 <name>local</name>
5
6 <log_dir>/tmp/</log_dir>
7 <txn_log_dir>/tmp/</txn_log_dir>
8
9 <!-- Mount point of an iodevice. Use a comma separated list for a machine that
10 has multiple iodevices (disks).
11 This property can be overriden for a node by redefining at the node level. -->
12 <iodevices>/tmp</iodevices>
13
14 <!-- Path on each iodevice where Asterix will store its data -->
15 <store>storage</store>
16
17 <!-- IP addresses of the master machine A -->
18 <master_node>
19 <id>cc</id>
20 <client_ip>localhost</client_ip>
21 <cluster_ip>localhost</cluster_ip>
22 <client_port>1098</client_port>
23 <cluster_port>1099</cluster_port>
24 <http_port>8888</http_port>
25 </master_node>
26 <node>
27 <id>nc1</id>
28 <cluster_ip>127.0.0.1</cluster_ip>
29 </node>
30 <metadata_node>nc1</metadata_node>
31</cluster>