We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d011ec commit 3779ab2Copy full SHA for 3779ab2
spark_configs/spark-env.sh
@@ -44,7 +44,7 @@
44
# Options for the daemons used in the standalone deploy mode
45
# - SPARK_MASTER_HOST, to bind the master to a different IP address or hostname
46
export SPARK_MASTER_PORT=7077
47
-export SPARK_MASTER_WEBUI_PORT=8081
+export SPARK_MASTER_WEBUI_PORT=8087
48
# - SPARK_MASTER_OPTS, to set config properties only for the master (e.g. "-Dx=y")
49
# - SPARK_WORKER_CORES, to set the number of cores to use on this machine
50
# - SPARK_WORKER_MEMORY, to set how much total memory workers have to give executors (e.g. 1000m, 2g)
0 commit comments