You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars Francke (JIRA)" <ji...@apache.org> on 2009/12/03 02:03:20 UTC

[jira] Commented: (HBASE-65) Thrift Server should have an option to bind to ip address

    [ https://issues.apache.org/jira/browse/HBASE-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785102#action_12785102 ] 

Lars Francke commented on HBASE-65:
-----------------------------------

I think I can do this as part of HBASE-1744, Thrift has been modified to accept an InetSocketAddress.

> Thrift Server should have an option to bind to ip address
> ---------------------------------------------------------
>
>                 Key: HBASE-65
>                 URL: https://issues.apache.org/jira/browse/HBASE-65
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: thrift
>    Affects Versions: 0.18.0
>            Reporter: Billy Pearson
>            Priority: Minor
>
> 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.