Skip to content

Commit

Permalink
[SPARK-45294][PYTHON][DOCS] Use JDK 17 in Binder integration for PySp…
Browse files Browse the repository at this point in the history
…ark 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 <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
HyukjinKwon authored and pull[bot] committed Mar 7, 2024
1 parent 2943f2d commit 2417941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/apt.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
openjdk-8-jre
openjdk-17-jre
git

0 comments on commit 2417941

Please sign in to comment.