Jacek Laskowski created SPARK-13305: ---------------------------------------
Summary: With SPARK_WORKER_WEBUI_PORT and --webui-port set for 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: Bug 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