First we have to add a declarative HDFS configuration in Python.
hdfs_config.py
Copy
Ask AI
import featureform as ffhdfs = ff.register_hdfs( name="hdfs-quickstart", host="<host>", port="<port>", path="<path>", username="<username>", description="An hdfs store provider to store offline")client.apply()