Repository: asterixdb
Updated Branches:
  refs/heads/master 564555e55 -> e835d5ec8


Fix asterix-docker

Change-Id: Ifac17caf603f1d4f1c53413996d833869d68a266
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1506
Reviewed-by: Michael Blow <mb...@apache.org>
Integration-Tests: Michael Blow <mb...@apache.org>
Tested-by: Michael Blow <mb...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/e835d5ec
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/e835d5ec
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/e835d5ec

Branch: refs/heads/master
Commit: e835d5ec8ff1d758ec3dfca329ebf4cd1fa164df
Parents: 564555e
Author: Ian Maxon <ima...@apache.org>
Authored: Mon Feb 13 10:32:47 2017 -0800
Committer: Ian Maxon <ima...@apache.org>
Committed: Wed Feb 15 18:00:51 2017 -0800

----------------------------------------------------------------------
 asterixdb/asterix-docker/docker/supervisord.conf | 4 ++--
 asterixdb/asterix-docker/pom.xml                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e835d5ec/asterixdb/asterix-docker/docker/supervisord.conf
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-docker/docker/supervisord.conf 
b/asterixdb/asterix-docker/docker/supervisord.conf
index acce92e..9f70dd1 100644
--- a/asterixdb/asterix-docker/docker/supervisord.conf
+++ b/asterixdb/asterix-docker/docker/supervisord.conf
@@ -26,14 +26,14 @@ stderr_logfile=/dev/stderr
 stderr_logfile_maxbytes=0
 
 [program:asterixnc1]
-command=/asterixdb/bin/asterixnc -node-id nc1 -cc-host localhost -iodevices 
/asterixdb/nc1 -cluster-net-ip-address localhost -data-ip-address localhost 
-result-ip-address localhost -- -metadata-port 50031
+command=/asterixdb/bin/asterixnc -node-id nc1 -cc-host localhost -iodevices 
/asterixdb/nc1 -cluster-net-ip-address localhost -data-ip-address localhost 
-result-ip-address localhost --
 stdout_logfile=/dev/stdout
 stdout_logfile_maxbytes=0
 stderr_logfile=/dev/stderr
 stderr_logfile_maxbytes=0
 
 [program:asterixnc2]
-command=/asterixdb/bin/asterixnc -node-id nc2 -cc-host localhost -iodevices 
/asterixdb/nc2 -cluster-net-ip-address localhost -data-ip-address localhost 
-result-ip-address localhost -- -metadata-port 50031
+command=/asterixdb/bin/asterixnc -node-id nc2 -cc-host localhost -iodevices 
/asterixdb/nc2 -cluster-net-ip-address localhost -data-ip-address localhost 
-result-ip-address localhost --
 stdout_logfile=/dev/stdout
 stdout_logfile_maxbytes=0
 stderr_logfile=/dev/stderr

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/e835d5ec/asterixdb/asterix-docker/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-docker/pom.xml b/asterixdb/asterix-docker/pom.xml
index 6ea0564..c947711 100644
--- a/asterixdb/asterix-docker/pom.xml
+++ b/asterixdb/asterix-docker/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>apache-asterixdb</artifactId>
     <groupId>org.apache.asterix</groupId>
-    <version>0.8.9-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
   </parent>
   <artifactId>asterix-docker</artifactId>
   <properties>

Reply via email to