Skip to content

Commit a40f6ed

Browse files
committed
standalone -> cluster
1 parent 65e04ad commit a40f6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import org.apache.spark.{Logging, SparkConf, SparkContext}
4444
* Client submits an application to the YARN ResourceManager.
4545
*
4646
* Depending on the deployment mode this will launch one of two application master classes:
47-
* 1. In standalone mode, it will launch an [[org.apache.spark.deploy.yarn.ApplicationMaster]]
47+
* 1. In cluster mode, it will launch an [[org.apache.spark.deploy.yarn.ApplicationMaster]]
4848
* which launches a driver program inside of the cluster.
4949
* 2. In client mode, it will launch an [[org.apache.spark.deploy.yarn.ExecutorLauncher]] to
5050
* request executors on behalf of a driver running outside of the cluster.

0 commit comments

Comments
 (0)