You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/28 10:51:08 UTC

[GitHub] [airflow] billstark edited a comment on issue #18468: Fetching the driver logs using SparkKubernetesSensor fails when the driver pod has a sidecar

billstark edited a comment on issue #18468:
URL: https://github.com/apache/airflow/issues/18468#issuecomment-929064722


   I think for this problem we can do something like
   ```
   default_driver_container_name = "spark-kubernetes-driver"
   
   # L88
   for line in self.hook.get_pod_logs(driver_pod_name, namespace=namespace, container=self.default_driver_container_name):
   ```
   Have made a simple MR over [here](https://github.com/apache/airflow/pull/18568), would some one be able to have a look? Thanks!


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org