Skip to content

Latest commit

 

History

History
96 lines (69 loc) · 3.09 KB

File metadata and controls

96 lines (69 loc) · 3.09 KB

apache-airflow-providers-apache-hdfs

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

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

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

    Connection types <connections>
    Operators <operators/index>
    Logging for Tasks <logging/index>

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

    Python API <_api/airflow/providers/apache/hdfs/index>
    PyPI Repository <https://pypi.org/project/apache-airflow-providers-apache-hdfs/>
    Installing from sources <installing-providers-from-sources>

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

    Detailed list of commits <commits>


apache-airflow-providers-apache-hdfs package

Hadoop Distributed File System (HDFS) and WebHDFS.

Release: 4.6.0

Provider package

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

Installation

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

Requirements

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

PIP package Version required
apache-airflow >=2.8.0
hdfs[avro,dataframe,kerberos] >=2.5.4; python_version < "3.12"
hdfs[avro,dataframe,kerberos] >=2.7.3; python_version >= "3.12"
pandas >=2.1.2,<2.2; python_version >= "3.9"
pandas >=1.5.3,<2.2; python_version < "3.9"