You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/10/11 15:50:00 UTC

[jira] [Commented] (SPARK-25712) Improve usage message of start-master.sh and start-slave.sh

    [ https://issues.apache.org/jira/browse/SPARK-25712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646657#comment-16646657 ] 

Apache Spark commented on SPARK-25712:
--------------------------------------

User 'gengliangwang' has created a pull request for this issue:
https://github.com/apache/spark/pull/22700

> Improve usage message of start-master.sh and start-slave.sh
> -----------------------------------------------------------
>
>                 Key: SPARK-25712
>                 URL: https://issues.apache.org/jira/browse/SPARK-25712
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 2.4.0
>            Reporter: Gengliang Wang
>            Priority: Major
>
> Currently if we run 
> ```
> ./sbin/start-master.sh -h
> ```
> We get
> ```
> Usage: ./sbin/start-master.sh [options]
> 18/10/11 23:38:30 INFO Master: Started daemon with process name: 33907@C02TL2JZGTF1
> 18/10/11 23:38:30 INFO SignalUtils: Registered signal handler for TERM
> 18/10/11 23:38:30 INFO SignalUtils: Registered signal handler for HUP
> 18/10/11 23:38:30 INFO SignalUtils: Registered signal handler for INT
> Options:
>   -i HOST, --ip HOST     Hostname to listen on (deprecated, please use --host or -h) 
>   -h HOST, --host HOST   Hostname to listen on
>   -p PORT, --port PORT   Port to listen on (default: 7077)
>   --webui-port PORT      Port for web UI (default: 8080)
>   --properties-file FILE Path to a custom Spark properties file.
>                          Default is conf/spark-defaults.conf.
> ```
> We can filter out some of useless output.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org