Skip to content

Commit 23a7c79

Browse files
committed
[DOP-26758] Disable Spark UI during worker image build
1 parent 0529adb commit 23a7c79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/download_maven_packages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def get_spark_session_conf_for_docker_image(connection_types: set[str]) -> dict:
3030
"spark.executor.cores": "1",
3131
"spark.executor.memory": "512M",
3232
"spark.executor.instances": "1",
33+
"spark.ui.enabled": "false",
3334
}
3435

3536

0 commit comments

Comments
 (0)