Skip to content

Commit bb0d287

Browse files
committed
[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 apache#43077 from HyukjinKwon/SPARK-45294. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent f81f514 commit bb0d287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binder/apt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
openjdk-8-jre
1+
openjdk-17-jre
22
git

0 commit comments

Comments
 (0)