[ 
https://issues.apache.org/jira/browse/SPARK-13305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated SPARK-13305:
------------------------------
    Issue Type: Improvement  (was: Bug)
       Summary: SPARK_WORKER_WEBUI_PORT handled twice in start-slave.sh script, 
--webui-port is used twice  (was: With SPARK_WORKER_WEBUI_PORT and --webui-port 
set for start-slave.sh script, --webui-port is used twice)

Yes the redundant handling of the env variable looks like it should be fixed. 
[~vanzin] does that sound right?

> SPARK_WORKER_WEBUI_PORT handled twice in start-slave.sh script, --webui-port 
> is used twice
> ------------------------------------------------------------------------------------------
>
>                 Key: SPARK-13305
>                 URL: https://issues.apache.org/jira/browse/SPARK-13305
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 2.0.0
>            Reporter: Jacek Laskowski
>            Priority: Minor
>
> Executing the following command to start a worker:
> {code}
> SPARK_WORKER_WEBUI_PORT=11111 ./sbin/start-slave.sh spark://localhost:7077 
> --webui-port 22222
> {code}
> ends up with the following Spark command (in the log file) -- some characters 
> cut off to make it relevant:
> {code}
> Spark Command: [cut] org.apache.spark.deploy.worker.Worker --webui-port 11111 
> spark://localhost:7077 --webui-port 22222
> {code}
> Note {{--webui-port}} set twice.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to