zhongjiajie created AIRFLOW-4112:
------------------------------------
Summary: 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
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)