r-richmond created AIRFLOW-4434:
-----------------------------------
Summary: AIRFLOW-2463 broke support for impala
Key: AIRFLOW-4434
URL: https://issues.apache.org/jira/browse/AIRFLOW-4434
Project: Apache Airflow
Issue Type: Bug
Components: hive_hooks
Affects Versions: 1.10.3, 1.10.2, 1.10.1, 1.10.0
Reporter: r-richmond
Assignee: r-richmond
Fix For: 1.10.4, 2.0.0
[This PR #3405](https://github.com/apache/airflow/pull/3405) added
[functionality](https://github.com/apache/airflow/blame/master/airflow/hooks/hive_hooks.py#L800)
that made task instance context available for hive queries. Unfortunately this
usage of the set command is
(https://impala.apache.org/docs/build/html/topics/impala_set.html[not
supported]) on impala (currently on impala-shell supports set and only for
query options not variables like hive).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)