Skip to content

Commit 6b5fca7

Browse files
author
RoryQi
committed
[SPARK-35297][CORE][DOC][MINOR] Modify the comment about the executor
1 parent 4fe4b65 commit 6b5fca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/executor/Executor.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import org.apache.spark.util.io.ChunkedByteBuffer
5555
/**
5656
* Spark executor, backed by a threadpool to run tasks.
5757
*
58-
* This can be used with Mesos, YARN, and the standalone scheduler.
58+
* This can be used with Mesos, YARN, kubernetes and the standalone scheduler.
5959
* An internal RPC interface is used for communication with the driver,
6060
* except in the case of Mesos fine-grained mode.
6161
*/

0 commit comments

Comments
 (0)