Skip to content

Commit b54b89f

Browse files
committed
Args for worker rather than master
Args for worker rather than master
1 parent 3f38334 commit b54b89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/worker/WorkerArguments.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import java.lang.management.ManagementFactory
2222
import org.apache.spark.util.{IntParam, MemoryParam, Utils}
2323

2424
/**
25-
* Command-line parser for the master.
25+
* Command-line parser for the worker.
2626
*/
2727
private[spark] class WorkerArguments(args: Array[String]) {
2828
var host = Utils.localHostName()

0 commit comments

Comments
 (0)