bug fix preventing more than one spark worker from running

This commit is contained in:
Mike 2019-06-27 08:14:24 -04:00
parent 23726a78c2
commit d92a5060b1
2 changed files with 2 additions and 1 deletions

View file

@ -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 \

View file

@ -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