Thrift Server should have an option to bind to ip address
---------------------------------------------------------
Key: HADOOP-2594
URL: https://issues.apache.org/jira/browse/HADOOP-2594
Project: Hadoop
Issue Type: Bug
Components: contrib/hbase
Reporter: Billy Pearson
Priority: Minor
Fix For: 0.16.0
The Thrift server can be bound to a port by calling
./bin/hbase thrift --port PORT
As in all other server in hadoop everything is option to bind to a set ip
address this will help with security issues
example
./bin/hbase rest --bind 0.0.0.0
As of now thrift is on all ip's on the server making it a security risk. so it
would be nice to have the option to bind to a ip so we can limit access to the
server.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.