This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 1e515d323097 [MINOR][DOCS] Fix 404 for Python Package Management link
in rdd-programming-guide.md
1e515d323097 is described below
commit 1e515d323097c194ab923d924ced133f7b0ed0d3
Author: Kent Yao <[email protected]>
AuthorDate: Mon Oct 13 22:14:17 2025 -0700
[MINOR][DOCS] Fix 404 for Python Package Management link in
rdd-programming-guide.md
### What changes were proposed in this pull request?
Fix 404 for Python Package Management link in rdd-programming-guide.md
### Why are the changes needed?
docfix
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Passing document ci
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #52604 from yaooqinn/minor.
Authored-by: Kent Yao <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docs/rdd-programming-guide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/rdd-programming-guide.md b/docs/rdd-programming-guide.md
index 6e69cec23a40..aabdf5c15317 100644
--- a/docs/rdd-programming-guide.md
+++ b/docs/rdd-programming-guide.md
@@ -207,7 +207,7 @@ In the PySpark shell, a special interpreter-aware
SparkContext is already create
variable called `sc`. Making your own SparkContext will not work. You can set
which master the
context connects to using the `--master` argument, and you can add Python
.zip, .egg or .py files
to the runtime path by passing a comma-separated list to `--py-files`. For
third-party Python dependencies,
-see [Python Package Management](api/python/user_guide/python_packaging.html).
You can also add dependencies
+see [Python Package Management](api/python/tutorial/python_packaging.html).
You can also add dependencies
(e.g. Spark Packages) to your shell session by supplying a comma-separated
list of Maven coordinates
to the `--packages` argument. Any additional repositories where dependencies
might exist (e.g. Sonatype)
can be passed to the `--repositories` argument. For example, to run
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]