[
https://issues.apache.org/jira/browse/AIRFLOW-4434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16832357#comment-16832357
]
ASF subversion and git services commented on AIRFLOW-4434:
----------------------------------------------------------
Commit c4daf707e3256667791635f7f38c43a27ec3d32a in airflow's branch
refs/heads/v1-10-stable from r-richmond
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=c4daf70 ]
[AIRFLOW-4434] Support Impala with the HiveServer2Hook (#5206)
Fix support for impala in hive hook through a config option
that turns off set variable commands. Breaking changes were
introduced in [AIRFLOW-2463].
(cherry picked from commit 0ae15d84b7d2aee4119a7432578b4431b13a08ee)
> 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.0, 1.10.1, 1.10.2, 1.10.3
> Reporter: r-richmond
> Assignee: r-richmond
> Priority: Critical
> Fix For: 1.10.4
>
>
> [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 [not
> supported|https://impala.apache.org/docs/build/html/topics/impala_set.html]
> on impala (currently only impala-shell supports set and only for query
> options not variables like hive).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)