[MINOR]: Standardize script name to install-spark-resources.sh#11937
[MINOR]: Standardize script name to install-spark-resources.sh#11937Yao-MR wants to merge 3 commits intoapache:mainfrom
Conversation
|
@Yao-MR, thanks for the PR. This script is also used to install Hadoop and Minio currently, and possibly will be used to install other resources required by CI in the future. I feel the newly proposed name may confuse developers. |
yes ,maybe it better to separate spark functions from other resource function, just like the correspond install-flink-resources.sh, also find some doc which name the this filename as install-spark-resources.sh |
@Yao-MR, I get your point now. Actually, How about renaming |
3ffe40c to
52a4a72
Compare
… install-spark-deps.sh && install-flink-deps.sh
52a4a72 to
a0beb85
Compare
yes, hi @philo-he have separate each function in to different shell script
|
philo-he
left a comment
There was a problem hiding this comment.
Thanks for the update. Some comments.
cfb2635 to
2b10ebc
Compare

What changes are proposed in this pull request?
This change updates documentation references to use the unified script name
install-spark-resources.shconsistently, replacing legacy mentions ofinstall-resources.sh.Why:
How was this patch tested?
CI
Was this patch authored or co-authored using generative AI tooling?
No