nuclearpinguin commented on a change in pull request #6918: [AIRFLOW-6229] 
SparkSubmitOperator polls forever if status json can't…
URL: https://github.com/apache/airflow/pull/6918#discussion_r361550920
 
 

 ##########
 File path: airflow/contrib/hooks/spark_submit_hook.py
 ##########
 @@ -441,6 +441,7 @@ def _process_spark_status_log(self, itr):
 
         :param itr: An iterator which iterates over the input of the subprocess
         """
+        driver_found = 0
 
 Review comment:
   ```suggestion
           driver_found = False
   ```

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


With regards,
Apache Git Services

Reply via email to