You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-39099][BUILD] Add dependencies to Dockerfile for building Spark releases
### What changes were proposed in this pull request?
Add missed dependencies to `dev/create-release/spark-rm/Dockerfile`.
### Why are the changes needed?
To be able to build Spark releases.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
By building the Spark 3.3 release via:
```
$ dev/create-release/do-release-docker.sh -d /home/ubuntu/max/spark-3.3-rc1
```
Closesapache#36449 from MaxGekk/deps-Dockerfile.
Authored-by: Max Gekk <[email protected]>
Signed-off-by: Max Gekk <[email protected]>
(cherry picked from commit 4b1c2fb)
Signed-off-by: Max Gekk <[email protected]>
0 commit comments