HyukjinKwon opened a new pull request #30971:
URL: https://github.com/apache/spark/pull/30971


   ### What changes were proposed in this pull request?
   
   This PR proposes to fix the `Dockerfile` for Spark release.
   
   - Port 
https://github.com/apache/spark/commit/b135db3b1a5c0b2170e98b97f6160bcf55903799 
to `Dockerfile`
   - Upgrade Ubuntu 18.04 -> 20.04 (because of porting b135db3)
   - Remove Python 2 (because of Ubuntu upgrade)
   - Uses built-in Python 3.8.5 (because of Ubuntu upgrade)
   - Node.js 11 -> 12 (because of Ubuntu upgrade)
   - Ruby 2.5 -> 2.7 (because of Ubuntu upgrade)
   - Python dependencies upgrade to the latest as it's used in GitHub Actions 
build (unrelated to the issue itself)
   
   ### Why are the changes needed?
   
   To make a Spark release :-).
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only.
   
   ### How was this patch tested?
   
   Manually tested via:
   
   ```bash
   cd dev/create-release/spark-rm
   docker build -t spark-rm --build-arg UID=$UID .
   ```
   
   ```
   ...
   Successfully built 516d7943634f
   Successfully tagged spark-rm:latest
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to