Skip to content

Commit

Permalink
updated qfs version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Jul 25, 2020
1 parent cf17fbc commit 4afd05b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion spark-qfs-swarm/jupyter-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RUN jupyter nbextensions_configurator enable --user
RUN jupyter nbextension enable toc2/main
RUN jupyter nbextension enable codefolding/main
RUN jupyter nbextension enable execute_time/ExecuteTime
RUN jupyter nbextension enable code_prettify/code_prettify

RUN mkdir -p /home/spark/jupyter/runtime \
&& mkdir -p /home/spark/jupyter/notebooks
Expand Down
2 changes: 1 addition & 1 deletion spark-qfs-swarm/worker-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MAINTAINER Michael Kamprath "https://github.com/michaelkamprath"
# spark-master - the service where the spark master runs
#

ARG QFS_VERSION=2.2.0
ARG QFS_VERSION=2.2.1
ARG SPARK_VERSION=3.0.0
ARG HADOOP_MINOR_VERSION=2.7
ARG HADOOP_VERSION=2.7.2
Expand Down

0 comments on commit 4afd05b

Please sign in to comment.