commit | 5d0ee108d9c10dc76fd8ae1a92bdf45694e83cf2 | [log] [tgz] |
---|---|---|
author | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Fri Mar 15 22:00:45 2013 +0000 |
committer | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Fri Mar 15 22:00:45 2013 +0000 |
tree | 8d50eb15903bcf15b6a1638b412e7349838996a5 | |
parent | b7bb26142f15a612db4e4594a67ff7573d5707e3 [diff] | |
parent | 0318b39f61032a7e21b7f5013ce936d930f3ad3b [diff] |
Merge fullstack_hyracks_result_distribution again to fullstack_asterix_stabilization. The tests pass this time, hopefully! git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_asterix_stabilization@3131 123451ca-8445-de46-9d55-352943316053
diff --git a/pregelix-core/src/main/java/edu/uci/ics/pregelix/core/util/PregelixHyracksIntegrationUtil.java b/pregelix-core/src/main/java/edu/uci/ics/pregelix/core/util/PregelixHyracksIntegrationUtil.java index 2a2e2bf..c343763 100644 --- a/pregelix-core/src/main/java/edu/uci/ics/pregelix/core/util/PregelixHyracksIntegrationUtil.java +++ b/pregelix-core/src/main/java/edu/uci/ics/pregelix/core/util/PregelixHyracksIntegrationUtil.java
@@ -64,6 +64,7 @@ ncConfig1.clusterNetIPAddress = "localhost"; ncConfig1.ccPort = TEST_HYRACKS_CC_PORT; ncConfig1.dataIPAddress = "127.0.0.1"; + ncConfig1.datasetIPAddress = "127.0.0.1"; ncConfig1.nodeId = NC1_ID; nc1 = new NodeControllerService(ncConfig1); nc1.start(); @@ -73,6 +74,7 @@ ncConfig2.clusterNetIPAddress = "localhost"; ncConfig2.ccPort = TEST_HYRACKS_CC_PORT; ncConfig2.dataIPAddress = "127.0.0.1"; + ncConfig2.datasetIPAddress = "127.0.0.1"; ncConfig2.nodeId = NC2_ID; nc2 = new NodeControllerService(ncConfig2); nc2.start();