We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe4b65 commit 6b5fca7Copy full SHA for 6b5fca7
core/src/main/scala/org/apache/spark/executor/Executor.scala
@@ -55,7 +55,7 @@ import org.apache.spark.util.io.ChunkedByteBuffer
55
/**
56
* Spark executor, backed by a threadpool to run tasks.
57
*
58
- * This can be used with Mesos, YARN, and the standalone scheduler.
+ * This can be used with Mesos, YARN, kubernetes and the standalone scheduler.
59
* An internal RPC interface is used for communication with the driver,
60
* except in the case of Mesos fine-grained mode.
61
*/
0 commit comments