.. 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>
Hadoop Distributed File System (HDFS) and WebHDFS.
Release: 4.6.0
This package is for the apache.hdfs
provider.
All classes for this package are included in the airflow.providers.apache.hdfs
python package.
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.
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" |