pyspark.BarrierTaskContext

class pyspark.BarrierTaskContext[source]

Note

Experimental

A TaskContext with extra contextual info and tooling for tasks in a barrier stage. Use BarrierTaskContext.get() to obtain the barrier context for a running barrier task.

New in version 2.4.0.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods