| [ Web Proxy ] |
| Viewing: https://spark.apache.org/docs/latest/api/python/reference/api/pyspark.RDDBarrier.html | [Back] [Original] |
Site Navigation
Site Navigation
Section Navigation
Wraps an RDD in a barrier stage, which forces Spark to launch tasks of this stage together.
RDDBarrier instances are created by RDD.barrier().
New in version 2.4.0.
Notes
This API is experimental
Methods
|
Returns a new RDD by applying a function to each partition of the wrapped RDD, where tasks are launched together in a barrier stage. |
|
Returns a new RDD by applying a function to each partition of the wrapped RDD, while tracking the index of the original partition. |
Copyright @ 2026 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
Created using Sphinx 4.5.0.
Built with the PyData Sphinx Theme 0.13.3.
| Web Proxy Viewer | New URL | Original Page |