You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2012/11/26 18:50:58 UTC

[jira] [Created] (HBASE-7219) Make it so can connect remotely to a standalone hbase

stack created HBASE-7219:
----------------------------

             Summary: Make it so can connect remotely to a standalone hbase
                 Key: HBASE-7219
                 URL: https://issues.apache.org/jira/browse/HBASE-7219
             Project: HBase
          Issue Type: Bug
            Reporter: stack


Should be able to connect from a remote client to a standalone instance.  HBase has 'localhost' in regionservers file and will write 'localhost' to znode for master location which remote client can't use.  Fix.  This comes up on mailing list w/ some frequency.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7219) Make it so can connect remotely to a standalone hbase

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506974#comment-13506974 ] 

Jean-Daniel Cryans commented on HBASE-7219:
-------------------------------------------

bq. HBase has 'localhost' in regionservers file

This doesn't have anything to do with how we report addresses tho, it's only used for ssh.

bq. and will write 'localhost' to znode for master location which remote client can't use

AFAIK we don't force localhost in there, what we do force is looking up localhost for the zookeeper server by default and even then a remote client could just specify the right address and it should work. If localhost is reported for the master or RS, it's a problem with how the node identifies itself.
                
> Make it so can connect remotely to a standalone hbase
> -----------------------------------------------------
>
>                 Key: HBASE-7219
>                 URL: https://issues.apache.org/jira/browse/HBASE-7219
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>
> Should be able to connect from a remote client to a standalone instance.  HBase has 'localhost' in regionservers file and will write 'localhost' to znode for master location which remote client can't use.  Fix.  This comes up on mailing list w/ some frequency.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7219) Make it so can connect remotely to a standalone hbase

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507450#comment-13507450 ] 

Jean-Daniel Cryans commented on HBASE-7219:
-------------------------------------------

bq. I was thinking about checking if we write 127.0.0.1 or localhost as the server address in ZK

Then alert somehow that the cluster isn't reachable remotely? Sounds good to me.
                
> Make it so can connect remotely to a standalone hbase
> -----------------------------------------------------
>
>                 Key: HBASE-7219
>                 URL: https://issues.apache.org/jira/browse/HBASE-7219
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>
> Should be able to connect from a remote client to a standalone instance.  HBase has 'localhost' in regionservers file and will write 'localhost' to znode for master location which remote client can't use.  Fix.  This comes up on mailing list w/ some frequency.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7219) Make it so can connect remotely to a standalone hbase

Posted by "nkeywal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508922#comment-13508922 ] 

nkeywal commented on HBASE-7219:
--------------------------------

I'm putting this on my low priority todo list. I will assign it to me when I start working on it. If someone wants to pick it up, that's fine with me as well.
                
> Make it so can connect remotely to a standalone hbase
> -----------------------------------------------------
>
>                 Key: HBASE-7219
>                 URL: https://issues.apache.org/jira/browse/HBASE-7219
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>
> Should be able to connect from a remote client to a standalone instance.  HBase has 'localhost' in regionservers file and will write 'localhost' to znode for master location which remote client can't use.  Fix.  This comes up on mailing list w/ some frequency.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7219) Make it so can connect remotely to a standalone hbase

Posted by "nkeywal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507242#comment-13507242 ] 

nkeywal commented on HBASE-7219:
--------------------------------

When it was discussed on the mailing list, I was thinking about checking if we write 127.0.0.1 or localhost as the server address in ZK, i.e. something that would work only on the local machine. 
                
> Make it so can connect remotely to a standalone hbase
> -----------------------------------------------------
>
>                 Key: HBASE-7219
>                 URL: https://issues.apache.org/jira/browse/HBASE-7219
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>
> Should be able to connect from a remote client to a standalone instance.  HBase has 'localhost' in regionservers file and will write 'localhost' to znode for master location which remote client can't use.  Fix.  This comes up on mailing list w/ some frequency.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7219) Make it so can connect remotely to a standalone hbase

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507088#comment-13507088 ] 

stack commented on HBASE-7219:
------------------------------

True on the regionserver content.

Yes on how host identifies itself.  I've not played here.  Just made issue going of same complaint a few times in a row up on mailing list.  Perhaps this issue could be fixed w/ some clarification in the refguide.
                
> Make it so can connect remotely to a standalone hbase
> -----------------------------------------------------
>
>                 Key: HBASE-7219
>                 URL: https://issues.apache.org/jira/browse/HBASE-7219
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>
> Should be able to connect from a remote client to a standalone instance.  HBase has 'localhost' in regionservers file and will write 'localhost' to znode for master location which remote client can't use.  Fix.  This comes up on mailing list w/ some frequency.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira