Hi.
We’re trying to enable the Ozone file browser, but it’s not showing in the console.
Our installation runs on Kubernetes and is using the last available Docker image (DIGEST:sha256:1b353f9bf28c021f8163e1d13afbc07792ffdc83879cee5b72881096e52d6beb).
The following error appears repeatedly in the logs:
Selected FS ofs is not supported by Hue IDBroker client
The environment is secured with Kerberos.
We have just Hive and Ozone in our configuration. The section related to Ozone:
[desktop]
[[ozone]]
[[[default]]]
fs_defaultfs=ofs://omservice
webhdfs_url=http://[***OZONE-HTTPFS-HOST***]:[***OZONE-HTTPFS-PORT***]/webhdfs/v1
security_enabled=true
ssl_cert_ca_verify=false
ozone_conf_dir=/usr/share/hue/hadoop-configs
Does the latest image contain all the required resources (for example: 3189, 3251) or do we need additional configurations?
Thanks and regards.