airflow.providers.apache.hdfs.hooks.hdfs

Module Contents

Classes

HDFSHook

This Hook has been removed and is not functional.

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?