commit | 13d57e3336b63c5f77b0adec6ae5f1eb1922443f | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Sat Mar 23 10:57:43 2013 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Sat Mar 23 10:57:43 2013 +0000 |
tree | 19a6584c1120eacbcf4c45f321f12e1bc6c20039 | |
parent | 364b8a202ef2c2a9b17a5d4cc7a4bb3e0ccbd437 [diff] [blame] |
fix code and scripts for rack-awareness git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_release_candidate@3181 123451ca-8445-de46-9d55-352943316053
diff --git a/hivesterix-dist/src/main/resources/conf/topology-template.xml b/hivesterix-dist/src/main/resources/conf/topology-template.xml new file mode 100755 index 0000000..4710706 --- /dev/null +++ b/hivesterix-dist/src/main/resources/conf/topology-template.xml
@@ -0,0 +1,7 @@ +<cluster-topology> + <network-switch name="Global"> + <network-switch name="local"> + <terminal name="127.0.0.1"/> + </network-switch> + </network-switch> +</cluster-topology> \ No newline at end of file