Skip to content

Commit 3779ab2

Browse files
author
Ng Hoang Long
authored
Update spark-env.sh
1 parent 5d011ec commit 3779ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark_configs/spark-env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# Options for the daemons used in the standalone deploy mode
4545
# - SPARK_MASTER_HOST, to bind the master to a different IP address or hostname
4646
export SPARK_MASTER_PORT=7077
47-
export SPARK_MASTER_WEBUI_PORT=8081
47+
export SPARK_MASTER_WEBUI_PORT=8087
4848
# - SPARK_MASTER_OPTS, to set config properties only for the master (e.g. "-Dx=y")
4949
# - SPARK_WORKER_CORES, to set the number of cores to use on this machine
5050
# - SPARK_WORKER_MEMORY, to set how much total memory workers have to give executors (e.g. 1000m, 2g)

0 commit comments

Comments
 (0)