Skip to content

Commit 8f99200

Browse files
committed
script -> program (minor)
1 parent 30f2e65 commit 8f99200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import org.apache.spark.util.Utils
2929
/**
3030
* Main gateway of launching a Spark application.
3131
*
32-
* This script handles setting up the classpath with relevant Spark dependencies and provides
32+
* This program handles setting up the classpath with relevant Spark dependencies and provides
3333
* a layer over the different cluster managers and deploy modes that Spark supports.
3434
*/
3535
object SparkSubmit {

0 commit comments

Comments
 (0)