We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0529adb commit 23a7c79Copy full SHA for 23a7c79
1 file changed
docker/download_maven_packages.py
@@ -30,6 +30,7 @@ def get_spark_session_conf_for_docker_image(connection_types: set[str]) -> dict:
30
"spark.executor.cores": "1",
31
"spark.executor.memory": "512M",
32
"spark.executor.instances": "1",
33
+ "spark.ui.enabled": "false",
34
}
35
36
0 commit comments