Skip to content

Commit b3d2ab6

Browse files
CrazyJvmrxin
authored andcommitted
Args for worker rather than master
Args for worker rather than master Author: Chen Chao <[email protected]> Closes #587 from CrazyJvm/patch-6 and squashes the following commits: b54b89f [Chen Chao] Args for worker rather than master
1 parent 5c0cd5c commit b3d2ab6

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)