This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to tag v3.4.3 in repository https://gitbox.apache.org/repos/asf/spark.git
commit d05c30f6c831111c11c401a09c514b4bb9ba577a Author: Hyukjin Kwon <gurwls...@apache.org> AuthorDate: Tue Aug 27 17:22:53 2024 +0900 [SPARK-49402][PYTHON][FOLLOW-UP] Fix Binder integration in PySpark documentation Followup PR to add a repository for JDK Authored-by: Hyukjin Kwon <gurwls...@apache.org> Signed-off-by: Hyukjin Kwon <gurwls...@apache.org> (cherry picked from commit 9fc1e05) Signed-off-by: Hyukjin Kwon <gurwls...@apache.org> --- binder/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/Dockerfile b/binder/Dockerfile index 6eb8c7c04882..b91ca1dce0d9 100644 --- a/binder/Dockerfile +++ b/binder/Dockerfile @@ -36,6 +36,7 @@ USER ${USER} COPY . ${HOME} USER root RUN chown -R ${NB_UID} ${HOME} +RUN add-apt-repository ppa:openjdk-r/ppa RUN apt-get update && apt-get install -y openjdk-11-jre git coreutils USER ${NB_USER} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org