[
https://issues.apache.org/jira/browse/AIRFLOW-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675118#comment-16675118
]
jack commented on AIRFLOW-284:
------------------------------
This was fixed:
https://github.com/apache/incubator-airflow/pull/1629
> HiveHook Cursor Scope Persistency
> ---------------------------------
>
> Key: AIRFLOW-284
> URL: https://issues.apache.org/jira/browse/AIRFLOW-284
> Project: Apache Airflow
> Issue Type: Bug
> Components: hive_hooks, hooks
> Affects Versions: 2.0.0
> Environment: Apache
> Reporter: Sherwain Williamson
> Assignee: Sherwain Williamson
> Priority: Major
> Fix For: 2.0.0
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> The function `get_results` implemented in the `HiveServer2Hook` does not
> execute multiple commands passed to it in a list, in the singular cursor
> scope. This has caused SQL statements that depend on the execution of add
> `jar` and `set` commands to fail as they are being executed in different
> cursor scopes which are not persistent.
> The code has been updated to have the cursor object persistent.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)