HDFSHook

Apache HDFS

Interact with HDFS. This class is a wrapper around the snakebite library.

View on GitHub

Last Updated: Mar. 27, 2023

Access Instructions

Install the Apache HDFS provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

hdfs_conn_idConnection id to fetch connection info
proxy_usereffective user for HDFS operations
autoconfiguse snakebite’s automatically configured client

Documentation

Interact with HDFS. This class is a wrapper around the snakebite library.

Was this page helpful?