bobbai00 opened a new pull request, #4385: URL: https://github.com/apache/texera/pull/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? Generated-by: Claude Code (claude-opus-4-6) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
