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 2020/06/17 14:50:29 UTC

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

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),
   E        call().wait(),
   E        call().__bool__(),
   E        call().poll(),
   E        call().kill(),
   E        call(['yarn', 'application', '-kill', 'application_1486558679801_1820'], env=None, stderr=-1, stdout=-1),
   E        call().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:
users@infra.apache.org