Reading data from Hadoop with kerberos authentication #832
ExtinctionEvent
started this conversation in
Idea
Replies: 1 comment
-
Hello - I've spoken to some people that have solved this before and it seems that they went with extending a DataSet and using the So the short answer is that our existing datasets don't support this out of the box, but can be extended to work this way. I'm not familiar with Kerberos, but some searching suggested that the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have the following use case, where I need to load data (parquet) to Kedro from a hdfs source that is authenticated by Kerberos. I was hoping to use the pandas.ParquetDataSet to do the load.
How might I configure my catalog.yml and credentials.yml files to achieve this?
Any pointers welcome.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions