You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/05/20 06:01:00 UTC

[jira] [Commented] (AIRFLOW-986) HiveCliHook silently ignores 'proxy_user' in connection's extra parameters

    [ https://issues.apache.org/jira/browse/AIRFLOW-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843674#comment-16843674 ] 

ASF GitHub Bot commented on AIRFLOW-986:
----------------------------------------

OmerJog commented on pull request #5305: [AIRFLOW-986] HiveCliHook ignores 'proxy_user' value in a connection's extra parameter
URL: https://github.com/apache/airflow/pull/5305
 
 
   2nd attempt to https://issues.apache.org/jira/browse/AIRFLOW-986
   This PR is identical to the previous stale PR https://github.com/apache/airflow/pull/2153 which was not  merged nor reviewed 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> HiveCliHook silently ignores 'proxy_user' in connection's extra parameters
> --------------------------------------------------------------------------
>
>                 Key: AIRFLOW-986
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-986
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: hooks
>    Affects Versions: 1.6.2, 1.7.0, 1.7.1, 1.7.1.2, 1.7.1.3, 1.8.0, 2.0.0
>            Reporter: Yi Wei
>            Assignee: Yi Wei
>            Priority: Minor
>              Labels: hive, hive-hooks
>
> HiveCliHook just ignores the value of key 'proxy_user' in a connection's extra parameters JSON object. There's two exceptions, if a user specify 'proxy_user' to be 'login' or 'owner', HiveCliHook will append 'hive.server2.proxy.user' to JDBC url, otherwise the proxy_user value is always ignored.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)