A provider package for Apache Airflow that integrates with Apache HDFS, providing hooks and operators for HDFS file operations. Current version 4.11.5 requires Python >=3.10. Released on Airflow provider schedule.
pip install apache-airflow-providers-apache-hdfsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of HDFSHook to list files
Use new import paths: `from airflow.providers.apache.hdfs.hooks.hdfs import HDFSHook`
Ensure your Airflow connection has extra parameters for kerberos if needed.
Use `FileTransferOperator` from `airflow.providers.apache.hdfs.operators.hdfs` or implement custom logic.