karenbraganz commented on code in PR #68048:
URL: https://github.com/apache/airflow/pull/68048#discussion_r3972200296


##########
providers/apache/spark/src/airflow/providers/apache/spark/hooks/spark_submit.py:
##########
@@ -334,6 +336,7 @@ def __init__(
         # `_track_yarn_application` does not re-fetch the Spark connection
         # (and re-hit any configured Secrets Backend) on every iteration.
         self._yarn_rm_base_url: str | None = None
+        self.k8s_driver_container_name = k8s_driver_container_name

Review Comment:
   I have made this change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to