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

2017-09-08 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16158223#comment-16158223
 ] 

stack commented on HBASE-7219:
--

This works IIRC [~vlefort] Does it not work for you sir?

> 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
>  Labels: beginner
>
> 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 was sent by Atlassian JIRA
(v6.4.14#64029)


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

2017-07-11 Thread Vincent LEFORT (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16081771#comment-16081771
 ] 

Vincent LEFORT commented on HBASE-7219:
---

Any news about this issue ? 
No workaround ? 

> 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 was sent by Atlassian JIRA
(v6.4.14#64029)


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

2012-12-03 Thread nkeywal (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2012-11-30 Thread nkeywal (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2012-11-30 Thread Jean-Daniel Cryans (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2012-11-29 Thread Jean-Daniel Cryans (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2012-11-29 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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