jherrmannNetfonds commented on PR #31798:
URL: https://github.com/apache/airflow/pull/31798#issuecomment-1594756521

   thx for reopening.
   @blcksrx fyi
   I am testing my local version from line 123 with
   ```
   try:
       self.log.info(line)
   except HTTPError as e:
       self.log.warn(e)
   ```
   Probably cleaner to kill everything (task + sparkapp) on an error, but on 
the other side, sparkapps are mostly long running jobs processing big amounts 
of data. So the question is, what is more intuitive / less confusing / less 
annoying for the user.


-- 
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