Skip to content

Commit

Permalink
updated package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Mar 16, 2021
1 parent 9159f77 commit 24f02c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spark-qfs-swarm/jupyter-server/start-jupyter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ SHELL=/bin/bash \
XDG_RUNTIME_DIR=/home/spark/jupyter/runtime \
PYSPARK_DRIVER_PYTHON=jupyter \
PYSPARK_DRIVER_PYTHON_OPTS="notebook --no-browser --port=7777 --notebook-dir=/home/spark/jupyter/notebooks --ip=0.0.0.0 --NotebookApp.password='' --NotebookApp.token=''" \
$SPARK_HOME/bin/pyspark --packages graphframes:graphframes:0.8.0-spark3.0-s_2.12 --master spark://spark-master:7077
$SPARK_HOME/bin/pyspark --packages graphframes:graphframes:0.8.1-spark3.0-s_2.12 --master spark://spark-master:7077
4 changes: 2 additions & 2 deletions spark-qfs-swarm/worker-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ MAINTAINER Michael Kamprath "https://github.com/michaelkamprath"
#

ARG QFS_VERSION=2.2.2
ARG SPARK_VERSION=3.0.1
ARG SPARK_VERSION=3.1.1
ARG HADOOP_MINOR_VERSION=2.7
ARG HADOOP_VERSION=2.7.2
ARG SCALA_VERSION=2.12.12
ARG SCALA_VERSION=2.12.13

RUN apt-get update \
&& apt-get install -y locales \
Expand Down

0 comments on commit 24f02c0

Please sign in to comment.