Skip to content

Commit

Permalink
Merge pull request #60 from ministryofjustice/spark-eks-sdk
Browse files Browse the repository at this point in the history
Update default aws-java-sdk to work with EKS IAM
  • Loading branch information
roblevi authored Jan 6, 2022
2 parents cd2d7d0 + fdbf158 commit f79348e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allspark-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV CHOWN_HOME=no

# NB these are sensible defaults but may need to be changed programatically for
# non local spark (ie. EMR etc.)
ENV PYSPARK_SUBMIT_ARGS="--packages com.amazonaws:aws-java-sdk:1.11.918,org.apache.hadoop:hadoop-aws:3.0.1 pyspark-shell"
ENV PYSPARK_SUBMIT_ARGS="--packages com.amazonaws:aws-java-sdk:1.12.134,org.apache.hadoop:hadoop-aws:3.0.1 pyspark-shell"

# Container must be run as root to use NB_UID
USER root
Expand Down

0 comments on commit f79348e

Please sign in to comment.