Connecting local Dremio to secured Hadoop cluster

Hello!

I’ve read the relevant documentation pages and forum posts, but still can’t figure this out in my head.

I installed Dremio Server on my laptop to try it out, and I’m trying to connect to HDFS. The cluster is kerberized and I don’t really know what to do to set up the connection.

What steps do I need to take? What local user accounts need to exist, and what changes (if any) need to be made to the cluster itself to allow me to connect?

Thanks in advance!

Kerberos info we need - https://docs.dremio.com/deployment/yarn-hadoop.html#kerberos
Additional config settings needed (in both dremio.conf and core-site.xml) - https://docs.dremio.com/deployment/yarn-hadoop.html#configure-dremio-coordinators

Thanks @anthony, I’ll take a look at those