This is an automated email from the ASF dual-hosted git repository.

yao 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 3d063a01d7c2 [SPARK-50487][DOCS] Update broken jira link
3d063a01d7c2 is described below

commit 3d063a01d7c2a6d9613e11dec882739daa7eeb71
Author: huangxiaoping <[email protected]>
AuthorDate: Wed Dec 4 18:24:35 2024 +0800

    [SPARK-50487][DOCS] Update broken jira link
    
    ### What changes were proposed in this pull request?
    Update broken jira link
    
    ### Why are the changes needed?
    The old link is not accessible
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    No testing required
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #49052 from huangxiaopingRD/SPARK-50487.
    
    Lead-authored-by: huangxiaoping <[email protected]>
    Co-authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Kent Yao <[email protected]>
---
 core/src/main/scala/org/apache/spark/rdd/RDD.scala | 5 +++--
 python/pyspark/core/rdd.py                         | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/core/src/main/scala/org/apache/spark/rdd/RDD.scala 
b/core/src/main/scala/org/apache/spark/rdd/RDD.scala
index 0db0133f632b..80db818b77e4 100644
--- a/core/src/main/scala/org/apache/spark/rdd/RDD.scala
+++ b/core/src/main/scala/org/apache/spark/rdd/RDD.scala
@@ -1834,8 +1834,9 @@ abstract class RDD[T: ClassTag](
    * Please read the linked SPIP and design docs to understand the limitations 
and future plans.
    * @return an [[RDDBarrier]] instance that provides actions within a barrier 
stage
    * @see [[org.apache.spark.BarrierTaskContext]]
-   * @see <a href="https://jira.apache.org/jira/browse/SPARK-24374";>SPIP: 
Barrier Execution Mode</a>
-   * @see <a href="https://jira.apache.org/jira/browse/SPARK-24582";>Design 
Doc</a>
+   * @see <a href="https://issues.apache.org/jira/browse/SPARK-24374";>
+   *        SPIP: Barrier Execution Mode</a>
+   * @see <a href="https://issues.apache.org/jira/browse/SPARK-24582";>Design 
Doc</a>
    */
   @Experimental
   @Since("2.4.0")
diff --git a/python/pyspark/core/rdd.py b/python/pyspark/core/rdd.py
index a40af3e55158..68287a4dbdd3 100644
--- a/python/pyspark/core/rdd.py
+++ b/python/pyspark/core/rdd.py
@@ -4998,8 +4998,8 @@ class RDD(Generic[T_co]):
         -----
         For additional information see
 
-        - `SPIP: Barrier Execution Mode 
<http://jira.apache.org/jira/browse/SPARK-24374>`_
-        - `Design Doc <https://jira.apache.org/jira/browse/SPARK-24582>`_
+        - `SPIP: Barrier Execution Mode 
<https://issues.apache.org/jira/browse/SPARK-24374>`_
+        - `Design Doc <https://issues.apache.org/jira/browse/SPARK-24582>`_
 
         This API is experimental
         """


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to