I'm trying to output of my Kedro pipeline to the HDFS file system. But I couldn't see on the internet how to do that and on Kedro documents. If anybody configured kedro in catalog please share a sample code how to do that.
Also how to connect hdfs securely using credentials
I have the data in panda dataframe.
How the entry for this catalog.yml looks like and where do I mention the credentials
In your catalog you can define filepath like
hdfs://user@server:port/path/to/data
https://kedro.readthedocs.io/en/stable/data/data_catalog.html#specifying-the-location-of-the-dataset