From d92a5060b1fb95b011face188f3781a90d9283de Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 27 Jun 2019 08:14:24 -0400 Subject: [PATCH] bug fix preventing more than one spark worker from running --- mimir/Dockerfile | 2 +- run-containers-async.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mimir/Dockerfile b/mimir/Dockerfile index 7b3a09a..4dcfcd8 100644 --- a/mimir/Dockerfile +++ b/mimir/Dockerfile @@ -88,7 +88,7 @@ RUN curl -sL "https://github.com/sbt/sbt/releases/download/v0.13.15/sbt-0.13.15. RUN cd /usr/local/source/mimir \ && ../sbt/bin/sbt "runMimirVizier -X LOG LOGM remoteSpark NO-VISTRAILS" -ENV PULL_CODE=11 +ENV PULL_CODE=12 RUN cd /usr/local/source/mimir \ && git pull \ diff --git a/run-containers-async.sh b/run-containers-async.sh index b461fc0..f02a44a 100755 --- a/run-containers-async.sh +++ b/run-containers-async.sh @@ -12,6 +12,7 @@ sleep 5 START_PORT=7001 END_PORT=7006 WORKER_PORT=8882 +WORKER_WEBUI_PORT=8082 DATANODE_PORT=50010 #for additional spark workers increment the count below SPARK_WORKERS_COUNT=2