Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions spark_on_k8s/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ def submit_app(
driver_tolerations = []
if executor_pod_template_path is NOTSET or executor_pod_template_path is None:
executor_pod_template_path = Configuration.SPARK_ON_K8S_EXECUTOR_POD_TEMPLATE_PATH
if should_print is NOTSET:
should_print = False
if startup_timeout is NOTSET:
startup_timeout = Configuration.SPARK_ON_K8S_STARTUP_TIMEOUT
if driver_init_containers is NOTSET:
Expand Down
Loading