Rohit Rai Malhotra created HIVE-18998:
-----------------------------------------
Summary: Can we add a similar functionality for
"hive.server2.thrift.bind.host" property for Hive Metastore and WebHcat
Key: HIVE-18998
URL: https://issues.apache.org/jira/browse/HIVE-18998
Project: Hive
Issue Type: Improvement
Components: Hive
Affects Versions: 1.2.1
Reporter: Rohit Rai Malhotra
By default hiveserver2 thrift port(10000) is binding to all interfaces as shown
below:
{code:java}
netstat -anp|grep 10000
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 19472/java{code}
If we set hive.server2.thrift.bind.host=124.123.122.121, HS2 is binding to a
particular interface (eth0, eth1..) hostname or ip which is either private or
public.
{code:java}
netstat -anp|grep 10000
tcp 0 0 124.123.122.121:10000 0.0.0.0:* LISTEN 403/java
{code}
Looking for similar configuration to bind Hive Metastore & WebHCat to a
particular IP or Hostname.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)