How to config HUE4.6.0 work with hive HA

I am trying to make hue work with hiveserver2 HA. How to config it?

Adding: Hive HA worked with ZK

does anyone know how to solve it?

I succeeded to configure HUE 4.6.0 with HIVE HA.
I have followed the point 7 of this article https://blog.clairvoyantsoft.com/hue-4-5-0-with-hdp-3-1-4-a-game-of-latest-technologies-7376710a1f8e
I have changed the following parameters in hue.ini

[beeswax]
hive_discovery_hs2 : true
hive_discovery_hiveserver2_znode = /hiveserver2

[zookeeper]
host_ports: ZK_host1:2181,ZK_host2:2181,ZK_host3:2181