[
https://issues.apache.org/jira/browse/AIRFLOW-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799805#comment-16799805
]
ASF GitHub Bot commented on AIRFLOW-4112:
-----------------------------------------
Fokko commented on pull request #4934: [AIRFLOW-4112] Remove beeline_default in
default connection
URL: https://github.com/apache/airflow/pull/4934
----------------------------------------------------------------
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:
[email protected]
> 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)