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
chore: remove R support from Docker images for license compliance (#4385)
### What changes were proposed in this PR?
Remove R support from `computing-unit-master` and
`computing-unit-worker` Docker images. R itself is GPLv2, and its
install chain required `gnupg`/`dirmngr`/`software-properties-common`
(GPLv3/v2) — all ASF Category X. Also drops unused `git` and `unzip`
from the runtime stage (JGit reads `.git` directly; no git CLI needed).
R UDF Scala/Python/frontend code is left intact. `executor_manager.py`
already raises a clear ImportError when the optional `texera-rudf`
plugin is missing, so users who need R can build their own image on top.
### Any related issues, documentation, discussions?
Part of #4371.
### How was this PR tested?
Images built locally without R. Non-R services are untouched.
### Was this PR authored or co-authored using generative AI tooling?
Co-authored with: Claude Code (claude-opus-4-6)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Chen Li <chenli@gmail.com>
0 commit comments