Skip to content

Commit

Permalink
[SPARK-50487][DOCS] Update broken jira link
Browse files Browse the repository at this point in the history
### 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]>
  • Loading branch information
2 people authored and yaooqinn committed Dec 4, 2024
1 parent 45da6f6 commit 3d063a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions core/src/main/scala/org/apache/spark/rdd/RDD.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions python/pyspark/core/rdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -4998,8 +4998,8 @@ def barrier(self: "RDD[T]") -> "RDDBarrier[T]":
-----
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
"""
Expand Down

0 comments on commit 3d063a0

Please sign in to comment.