[
https://issues.apache.org/jira/browse/AIRFLOW-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16209915#comment-16209915
]
ASF subversion and git services commented on AIRFLOW-1694:
----------------------------------------------------------
Commit 6110139a8fd7069c87e3c99b3976865576180f67 in incubator-airflow's branch
refs/heads/master from Yati Sagade
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=6110139 ]
[AIRFLOW-1694] Stop using itertools.izip
Itertools.zip does not exist in Python 3.
Closes #2674 from yati-sagade/fix-py3-zip
> Hive Hooks: Python 3 does not have an `itertools.izip` function
> ---------------------------------------------------------------
>
> Key: AIRFLOW-1694
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1694
> Project: Apache Airflow
> Issue Type: Bug
> Components: hive_hooks
> Reporter: Yati
> Fix For: 1.9.0
>
>
> In `hooks/hive_hooks.py`, we have a use of `itertools.izip()`, which would
> not work in Python 3, but the builtin `zip()` returns an iterator.
> `six.moves` can be used from either Python 2/3 to import such objects that
> have been moved around.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)