Hi,
It seems that it's no longer possible to bind HiveServer2 to a specific IP address - it only listens on 0.0.0.0:10000.
I've tried defining either the environment variable HIVE_SERVER2_THRIFT_BIND_HOST, or the property "hive.server2.thrift.bind.host" in hive-site.xml to an IP address, but it continues binding to a wildcard address only.
It successfully reads the HIVE_SERVER2_THRIFT_PORT variable, if defined just for testing purpose.
The webui host also binds to IP address at port 10002 successfully if configured so.
Isn't there any other new feature I missed to configure in this release to make the binding work? I have an old installation of CDH 5.4 there HiveServer2 is binding to an IP address without issues.
Has anybody faced the same?
Thanks,
Romas