commit | 6056ef870942b61cd114bc1b2cf8234c773d816f | [log] [tgz] |
---|---|---|
author | madhusudancs@gmail.com <madhusudancs@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Thu Feb 07 12:05:30 2013 +0000 |
committer | madhusudancs@gmail.com <madhusudancs@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Thu Feb 07 12:05:30 2013 +0000 |
tree | 9e75702944819e384be2dc6731047ce014205aa8 | |
parent | 29fe6515905fc41c03db67e3aafa5909010f6cac [diff] [blame] |
Move the hard coded hyracks IP and port number to the hyracks deployment properties file. git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization_result_distribution@1159 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/src/main/resources/hyracks-deployment.properties b/asterix-app/src/main/resources/hyracks-deployment.properties index a8a943e..a333d38 100644 --- a/asterix-app/src/main/resources/hyracks-deployment.properties +++ b/asterix-app/src/main/resources/hyracks-deployment.properties
@@ -1,2 +1,4 @@ cc.bootstrap.class=edu.uci.ics.asterix.hyracks.bootstrap.CCBootstrapImpl -nc.bootstrap.class=edu.uci.ics.asterix.hyracks.bootstrap.NCBootstrapImpl \ No newline at end of file +nc.bootstrap.class=edu.uci.ics.asterix.hyracks.bootstrap.NCBootstrapImpl +cc.ip=127.0.0.1 +cc.port=1098