Configuration Reference

This page contains the list of all available Airflow configurations for the apache-airflow-providers-apache-hive provider that can be set in the airflow.cfg file or using environment variables.

Note

For more information see Setting Configuration Options.

Sections:

[hive]

default_hive_mapred_queue

Default mapreduce queue for HiveOperator tasks

Type

string

Default

''

Environment Variable

AIRFLOW__HIVE__DEFAULT_HIVE_MAPRED_QUEUE

mapred_job_name_template

Template for mapred_job_name in HiveOperator, supports the following named parameters hostname, dag_id, task_id, execution_date

Type

string

Default

None

Environment Variable

AIRFLOW__HIVE__MAPRED_JOB_NAME_TEMPLATE

Was this entry helpful?