Member since
01-12-2017
2
Posts
0
Kudos Received
0
Solutions
04-10-2017
11:45 PM
Just upgraded to version 5.10.1 - the issue still persists. HiveServer2 continues listening only on 0.0.0.0:10000 address and further ignores HIVE_SERVER2_THRIFT_BIND_HOST env variable (as well as hive.server2.thrift.bind.host property). What I'm trying to achieve (and which worked well in version 5.4) is to bind HiveServer2 to a concrete address only, e.g. 192.168.1.1:10000, as my server has several IP addresses and there are other services using port 10000 with another IP. So after CDH upgrade HiveServer2 could not start anymore ("address already in use") until I changed its port to another value. Romas
... View more
03-22-2017
07:22 AM
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
... View more
Labels:
- Labels:
-
Apache Hive