Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/21977#discussion_r213187429
--- Diff:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
---
@@ -91,6 +91,13 @@ private[spark] class Client(
private val executorMemoryOverhead =
sparkConf.get(EXECUTOR_MEMORY_OVERHEAD).getOrElse(
math.max((MEMORY_OVERHEAD_FACTOR * executorMemory).toLong,
MEMORY_OVERHEAD_MIN)).toInt
+ private val isPython = sparkConf.get(IS_PYTHON_APP)
--- End diff --
Sure, one of them is https://github.com/sparklingpandas/sparklingml
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]