Skip to content

Commit

Permalink
Better hive cli default for hive_to_druid
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 21, 2015
1 parent 6288361 commit 8cb31ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/operators/hive_to_druid.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(
druid_datasource,
ts_dim,
metric_spec=None,
hive_cli_conn_id='hiveserver2_default',
hive_cli_conn_id='hive_cli_default',
druid_ingest_conn_id='druid_ingest_default',
metastore_conn_id='metastore_default',
hadoop_dependency_coordinates=None,
Expand Down

0 comments on commit 8cb31ec

Please sign in to comment.