From 241794100c68e45497fe168abe24002cb0616a00 Mon Sep 17 00:00:00 2001 From: Hyukjin Kwon Date: Mon, 25 Sep 2023 11:27:49 +0900 Subject: [PATCH] [SPARK-45294][PYTHON][DOCS] Use JDK 17 in Binder integration for PySpark live notebooks ### What changes were proposed in this pull request? This PR upgrades the JRE from 8 to 17 in Binder live notebooks. ### Why are the changes needed? To use the properly supported JRE version in the live notebook. ### Does this PR introduce _any_ user-facing change? Virtually no. ### How was this patch tested? https://mybinder.org/v2/gh/HyukjinKwon/spark/SPARK-45294?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb https://mybinder.org/v2/gh/HyukjinKwon/spark/SPARK-45294?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_connect.ipynb https://mybinder.org/v2/gh/HyukjinKwon/spark/SPARK-45294?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_ps.ipynb ### Was this patch authored or co-authored using generative AI tooling? No. Closes #43077 from HyukjinKwon/SPARK-45294. Authored-by: Hyukjin Kwon Signed-off-by: Hyukjin Kwon --- binder/apt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/apt.txt b/binder/apt.txt index 3d86667d4b910..aa441a15db3bd 100644 --- a/binder/apt.txt +++ b/binder/apt.txt @@ -1,2 +1,2 @@ -openjdk-8-jre +openjdk-17-jre git