Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

airflow.providers.apache.hdfs.hooks.hdfs

Exceptions

HDFSHookException

This Exception has been removed and is not functional.

Classes

HDFSHook

This Hook has been removed and is not functional.

Module Contents

exception airflow.providers.apache.hdfs.hooks.hdfs.HDFSHookException(*args, **kwargs)[source]

Bases: airflow.exceptions.AirflowException

This Exception has been removed and is not functional.

Please convert your DAGs to use the WebHdfsHook or downgrade the provider to below 4.* if you want to continue using it. If you want to use earlier provider you can downgrade to latest released 3.* version using pip install apache-airflow-providers-apache-hdfs==3.2.1 (no constraints).

class airflow.providers.apache.hdfs.hooks.hdfs.HDFSHook(*args, **kwargs)[source]

Bases: airflow.hooks.base.BaseHook

This Hook has been removed and is not functional.

Please convert your DAGs to use the WebHdfsHook or downgrade the provider to below 4.*. if you want to continue using it. If you want to use earlier provider you can downgrade to latest released 3.* version using pip install apache-airflow-providers-apache-hdfs==3.2.1 (no constraints).

Was this entry helpful?