You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (Jira)" <ji...@apache.org> on 2019/10/18 09:09:00 UTC

[jira] [Resolved] (AIRFLOW-5339) Wait forever spark hook if python version is 3

     [ https://issues.apache.org/jira/browse/AIRFLOW-5339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor resolved AIRFLOW-5339.
----------------------------------------
    Fix Version/s: 1.10.7
       Resolution: Fixed

> Wait forever spark hook if python version is 3
> ----------------------------------------------
>
>                 Key: AIRFLOW-5339
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5339
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: hooks
>    Affects Versions: 1.10.0, 1.10.1, 1.10.2, 1.10.3, 1.10.4
>            Reporter: Juhong Jung
>            Assignee: Juhong Jung
>            Priority: Major
>             Fix For: 1.10.7
>
>
> I found spark hook is not terminating forever.
> Because Python 3 *{{subprocess.Popen}}* return {{*bytes*}}, *{{iter(sp.stdout.readlin, '')}}* pattern codes are not work.
> I will submit PR.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)