Ian Maxon has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/1506
Change subject: Fix asterix-docker
......................................................................
Fix asterix-docker
Change-Id: Ifac17caf603f1d4f1c53413996d833869d68a266
---
M asterixdb/asterix-docker/docker/supervisord.conf
M asterixdb/asterix-docker/pom.xml
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/06/1506/1
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_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
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>
--
To view, visit https://asterix-gerrit.ics.uci.edu/1506
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifac17caf603f1d4f1c53413996d833869d68a266
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Ian Maxon <[email protected]>