Hue 4.10 with kerberised hadoop cluster

I’m trying to install HUE using a docker image to connect to an apache hadoop cluster.

The cluster is kerberised.

I can see numerous posts around the configuration, and mapping files to take the kerberos configuration into the docker container, but I don’t seem to have kinit available within the container.

Am I missing something obvious?

I will need to connect to HDFS 2.10, hive 2.3.6, oozie 4.3.0, spark 2.4.5, impala 2.10 - in case that impacts.

You can try and install the kerberos packages using yum install or apt:

OS Packages Required
RHEL 7 Compatible
openldap-clients, krb5-workstation, krb5-libs

SLES
openldap2-client , krb5-client

Ubuntu
ldap-utils , krb5-user

I encounter the same problem when I want to use the docker image of HUE 4.10. It seems that several packages are missing in this docker image while it works fine with the docker image of HUE 4.8.
I don’t understand this regression.
Regards

Thanks for responses. The docker container appears to be ubuntu, and as I couldn’t get proxies configured to get out through docker and the corporate firewalls I downloaded the .deb files for krb5-user and the missing dependencies from archive.ubuntu.com, copied them into the container and did a local install using apt. This seems to be working, I just need to figure out my other config issues now.

For reference, I installed:
bind9-host_9.16.1-0ubuntu2.9_amd64.deb
bind9-libs_9.16.1-0ubuntu2.9_amd64.deb
krb5-config_2.6ubuntu1_all.deb
krb5-user_1.17-6ubuntu4.1_amd64.deb
libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb
liblmdb0_0.9.24-1_amd64.deb
libmaxminddb0_1.4.2-0ubuntu1.20.04.1_amd64.deb
libuv1_1.34.2-1ubuntu1.3_amd64.deb