| <cluster xmlns="cluster"> |
| <name>local</name> |
| <workingDir> |
| <dir>/tmp/asterix/installer</dir> <!-- a working directory with write permissions> |
| <NFS>true</NFS> <!--true if the directory is on NFS and readable by all nodes in the cluster> |
| </workingDir> |
| <logdir>/tmp/asterix/logs</logdir><!-- directory that will house the logs writtern by Asterix processes (CC/NC)--> |
| <store>/tmp/asterix/storage</store><!-- storage directory (on each node) that will house the Asterix datasets--> |
| <java_home>/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home</java_home> |
| <ram>1024m</ram> |
| <master-node> |
| <id>master</id> |
| <ip>127.0.0.1</ip> |
| <cluster-ip>127.0.0.1</cluster-ip> |
| </master-node> |
| <node> |
| <id>node1</id> |
| <ip>127.0.0.1</ip> |
| </node> |
| <node> |
| <id>node2</id> |
| <ip>127.0.0.1</ip> |
| </node> |
| </cluster> |