wangyum opened a new pull request, #37983: URL: https://github.com/apache/spark/pull/37983
### What changes were proposed in this pull request? This PR fix all dead links in sparkr-vignettes.Rmd. ### Why are the changes needed? It seems this issue makes spark-3.3.1-bin-hadoop3.tgz build fail: do-release-docker.sh logs: ``` cp: cannot stat 'spark-3.3.1-bin-hadoop3/spark-3.3.1-bin-hadoop3.tgz': No such file or directory gpg: can't open 'spark-3.3.1-bin-hadoop3.tgz': No such file or directory gpg: signing failed: No such file or directory shasum: spark-3.3.1-bin-hadoop3.tgz: No such file or directory ``` binary-release-hadoop3.log logs: ``` yumwang@LM-SHC-16508156 output % tail -n 30 binary-release-hadoop3.log * this is package ‘SparkR’ version ‘3.3.1’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: ‘The Apache Software Foundation <[email protected]>’ New submission Package was archived on CRAN CRAN repository db overrides: X-CRAN-Comment: Archived on 2021-06-28 as issues were not corrected in time. Should use tools::R_user_dir(). Found the following (possibly) invalid URLs: URL: https://spark.apache.org/docs/latest/api/R/column_aggregate_functions.html From: inst/doc/sparkr-vignettes.html Status: 404 Message: Not Found URL: https://spark.apache.org/docs/latest/api/R/read.df.html From: inst/doc/sparkr-vignettes.html Status: 404 Message: Not Found URL: https://spark.apache.org/docs/latest/api/R/sparkR.session.html From: inst/doc/sparkr-vignettes.html Status: 404 Message: Not Found * checking package namespace information ... OK * checking package dependencies ...% ``` ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? manual test. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
