Github user andrewor14 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2379#discussion_r18001577
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/worker/WorkerArguments.scala ---
    @@ -122,7 +130,9 @@ private[spark] class WorkerArguments(args: 
Array[String], conf: SparkConf) {
           "  -i HOST, --ip IP         Hostname to listen on (deprecated, 
please use --host or -h)\n" +
           "  -h HOST, --host HOST     Hostname to listen on\n" +
           "  -p PORT, --port PORT     Port to listen on (default: random)\n" +
    -      "  --webui-port PORT        Port for web UI (default: 8081)")
    +      "  --webui-port PORT        Port for web UI (default: 8081)\n" +
    +      "  --properties-file FILE   Path to a file from which to load extra 
properties. If not \n" +
    +      "                           specified, this will look for 
conf/spark-defaults.conf.")
    --- End diff --
    
    Update wording


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to