Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-51200][BUILD] Add SparkR deprecation info to
README.md
and `…
…make-distribution.sh` help ### What changes were proposed in this pull request? This PR aims to add `SparkR` deprecation info additionally to the following for developers. - `README.md` - `make-distribution.sh` help message ### Why are the changes needed? `SparkR` is deprecated properly by the following. - #47842 This PR adds a little more because `README.md` and `make-distribution.sh` are the starting point for downstream Spark distribution developers. ### Does this PR introduce _any_ user-facing change? No behavior change. Only the documentation and help message of developer script. ### How was this patch tested? Manual review. ``` $ dev/make-distribution.sh --help 2> /dev/null make-distribution.sh - tool for making binary distributions of Spark usage: make-distribution.sh [--name] [--tgz] [--pip] [--r] [--connect] [--mvn <mvn-command>] <maven build options> See Spark's "Building Spark" doc for correct Maven options. SparkR is deprecated from Apache Spark 4.0.0 and will be removed in a future version. ``` ### Was this patch authored or co-authored using generative AI tooling? No Closes #49931 from dongjoon-hyun/SPARK-51200. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Kent Yao <[email protected]>
- Loading branch information