Skip to content

Latest commit

 

History

History
147 lines (106 loc) · 6.32 KB

File metadata and controls

147 lines (106 loc) · 6.32 KB

apache-airflow-providers-apache-hive

.. toctree::
    :hidden:
    :maxdepth: 1
    :caption: Basics

    Home <self>
    Changelog <changelog>
    Security <security>

.. toctree::
    :hidden:
    :maxdepth: 1
    :caption: Guides

    Connection types <connections/index>
    Operators <operators>

.. toctree::
    :hidden:
    :maxdepth: 1
    :caption: References

    Configuration <configurations-ref>
    Python API <_api/airflow/providers/apache/hive/index>

.. toctree::
    :hidden:
    :maxdepth: 1
    :caption: System tests

    System Tests <_api/tests/system/providers/apache/hive/index>

.. toctree::
    :hidden:
    :maxdepth: 1
    :caption: Resources

    Example DAGs <https://github.com/apache/airflow/tree/providers-apache-hive/|version|/tests/system/providers/apache/hive>
    PyPI Repository <https://pypi.org/project/apache-airflow-providers-apache-hive/>
    Installing from sources <installing-providers-from-sources>
    Macros <macros>

.. toctree::
    :hidden:
    :maxdepth: 1
    :caption: Commits

    Detailed list of commits <commits>


apache-airflow-providers-apache-hive package

Apache Hive

Release: 8.1.2

Provider package

This package is for the apache.hive provider. All classes for this package are included in the airflow.providers.apache.hive python package.

Installation

You can install this package on top of an existing Airflow 2 installation via pip install apache-airflow-providers-apache-hive. For the minimum Airflow version supported, see Requirements below.

Requirements

The minimum Apache Airflow version supported by this provider package is 2.7.0.

PIP package Version required
apache-airflow >=2.7.0
apache-airflow-providers-common-sql >=1.3.1
hmsclient >=0.1.0
pandas >=2.1.2,<2.2; python_version >= "3.9"
pandas >=1.5.3,<2.2; python_version < "3.9"
pyhive[hive_pure_sasl] >=0.7.0
thrift >=0.11.0
jmespath >=0.7.0

Cross provider package dependencies

Those are dependencies that might be needed in order to use all the features of the package. You need to install the specified provider packages in order to use them.

You can install such cross-provider dependencies when installing from PyPI. For example:

pip install apache-airflow-providers-apache-hive[amazon]
Dependent package Extra
apache-airflow-providers-amazon amazon
apache-airflow-providers-common-sql common.sql
apache-airflow-providers-microsoft-mssql microsoft.mssql
apache-airflow-providers-mysql mysql
apache-airflow-providers-presto presto
apache-airflow-providers-samba samba
apache-airflow-providers-vertica vertica

Downloading official packages

You can download officially released packages and verify their checksums and signatures from the Official Apache Download site