ashb commented on issue #12700: URL: https://github.com/apache/airflow/issues/12700#issuecomment-735449095
That's like you ran this command: `/opt/spark/bin/spark-submit "--master k8s://https://10.96.0.1:443"` You either want ```python '--master=k8s://https://10.96.0.1:443', ``` or ```python '--master', 'k8s://https://10.96.0.1:443', ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
