Github user jiangxb1987 commented on a diff in the pull request:
https://github.com/apache/spark/pull/22085#discussion_r210963181
--- Diff:
core/src/main/scala/org/apache/spark/api/python/PythonRunner.scala ---
@@ -381,6 +421,45 @@ private[spark] abstract class BasePythonRunner[IN,
OUT](
}
}
}
+
+ /**
+ * Gateway to call BarrierTaskContext.barrier().
+ */
+ def barrierAndServe(): Unit = {
--- End diff --
It's not clear yet how to trigger this.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]