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

ASF subversion and git services commented on AIRFLOW-4112:
----------------------------------------------------------

Commit 1bbc3b8c87c0704696c2886964d5666e5f3ac019 in airflow's branch 
refs/heads/master from Jiajie Zhong
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=1bbc3b8 ]

[AIRFLOW-4112] Remove beeline_default in default connection (#4934)

We use both `beeline_default` and `hive_cli_default`
as our default when we run `airflow initdb`. But in
airflow source folder we only use `hive_cli_default`
as conn_id in hive related hook/operator and only
use `beeline_default` in airflow test folder for
test hive hook/operator. That why I think we should
merge then as one default connection

And in [Hive doc](https://cwiki.apache.org/confluence/
display/Hive/LanguageManual+Cli#
LanguageManualCli-DeprecationinfavorofBeelineCLI) could
know that hive cli will be deprecation in favor of
Beeline. In this situation I think we should remove
`beeline_default` and change `hive_cli_default` as
same configure as `beeline_default`

> Remove beeline_default as default connection
> --------------------------------------------
>
>                 Key: AIRFLOW-4112
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4112
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: db
>    Affects Versions: 1.10.2
>            Reporter: zhongjiajie
>            Assignee: zhongjiajie
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.10.3
>
>
> We use both `beeline_default` and `hive_cli_default` as our default when we 
> run `airflow initdb`. But in airflow source part we only use 
> `hive_cli_default` as conn_id in hive related hook/operator and only use 
> `beeline_default` in airflow test part for test hive hook/operator. That why 
> I think we should merge then as one default connection.
>  
> And in  [Hive 
> doc|https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Cli#LanguageManualCli-DeprecationinfavorofBeelineCLI]
>  could know that hive cli will be deprecation in favor of Beeline, so in this 
> situation I think we should reomve 'beeline_default' and change 
> 'hive_cli_default' as same configure as 'beeline_default'.



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

Reply via email to