[GitHub] [airflow] ashb commented on pull request #9044: Ensure Kerberos token is valid in SparkSubmitOperator before running `yarn kill`

2020-07-02 Thread GitBox


ashb commented on pull request #9044:
URL: https://github.com/apache/airflow/pull/9044#issuecomment-653168107


   Could you rebase to latest master, hopefully that should fix the failing 
Kube tests



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:
us...@infra.apache.org




[GitHub] [airflow] ashb commented on pull request #9044: Ensure Kerberos token is valid in SparkSubmitOperator before running `yarn kill`

2020-06-17 Thread GitBox


ashb commented on pull request #9044:
URL: https://github.com/apache/airflow/pull/9044#issuecomment-645422536


   Current tests need updating too:
   ```
   E   AssertionError: call(['yarn', 'application', '-kill', 
'application_1486558679801_1820'], stderr=-1, stdout=-1) not found in 
[call(['spark-submit', '--master', 'yarn://yarn-master', '--name', 
'default-name', '--queue', 'root.etl', '--deploy-mode', 'cluster', ''], 
bufsize=-1, stderr=-2, stdout=-1, universal_newlines=True),
   Ecall().wait(),
   Ecall().__bool__(),
   Ecall().poll(),
   Ecall().kill(),
   Ecall(['yarn', 'application', '-kill', 
'application_1486558679801_1820'], env=None, stderr=-1, stdout=-1),
   Ecall().wait()]
   
   tests/providers/apache/spark/hooks/test_spark_submit.py:683: AssertionError
   ```



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:
us...@infra.apache.org