This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.0 by this push: new 500c4df73560 [MINOR][DOCS] Fix broken link for Python Package Management 500c4df73560 is described below commit 500c4df73560aa55a7177ffb2e160a730431e770 Author: Kent Yao <y...@apache.org> AuthorDate: Wed Jun 11 22:39:33 2025 -0700 [MINOR][DOCS] Fix broken link for Python Package Management ### What changes were proposed in this pull request? Use https://spark.apache.org/docs/latest/api/python/tutorial/python_packaging.html as the correct href ### Why are the changes needed? docfix ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? view manually ### Was this patch authored or co-authored using generative AI tooling? no Closes #51164 from yaooqinn/minordoc. Authored-by: Kent Yao <y...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- docs/quick-start.md | 2 +- docs/submitting-applications.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 5a03af98cd83..83fc3421c038 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -462,7 +462,7 @@ Lines with a: 46, Lines with b: 23 </div> -Other dependency management tools such as Conda and pip can be also used for custom classes or third-party libraries. See also [Python Package Management](api/python/user_guide/python_packaging.html). +Other dependency management tools such as Conda and pip can be also used for custom classes or third-party libraries. See also [Python Package Management](api/python/tutorial/python_packaging.html). # Where to Go from Here Congratulations on running your first Spark application! diff --git a/docs/submitting-applications.md b/docs/submitting-applications.md index 071fbf554939..922c0a953d42 100644 --- a/docs/submitting-applications.md +++ b/docs/submitting-applications.md @@ -36,7 +36,7 @@ script as shown here while passing your jar. For Python, you can use the `--py-files` argument of `spark-submit` to add `.py`, `.zip` or `.egg` files to be distributed with your application. If you depend on multiple Python files we recommend packaging them into a `.zip` or `.egg`. For third-party Python dependencies, -see [Python Package Management](api/python/user_guide/python_packaging.html). +see [Python Package Management](api/python/tutorial/python_packaging.html). # Launching Applications with spark-submit --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org