Re: Connecting to standalone HBase from a remote client

2013-02-06 Thread rajivtyagi711
-to-standalone-HBase-from-a-remote-client-tp4034362p4038027.html Sent from the HBase User mailing list archive at Nabble.com.

Re: Connecting to standalone HBase from a remote client

2013-02-06 Thread Jean-Marc Spaggiari
) at org.apache.hadoop.hbase.client.HTable.init(HTable.java:133) at com.samsung.HBase.DBMain.putData(DBMain.java:32) at com.samsung.HBase.DBMain.main(DBMain.java:17) Please help me... -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Connecting-to-standalone-HBase-from

Re: Connecting to standalone HBase from a remote client

2012-11-27 Thread matan
=4034419i=1 wrote: what -- If you reply to this email, your message will be added to the discussion below: http://apache-hbase.679495.n3.nabble.com/Connecting-to-standalone-HBase-from-a-remote-client-tp4034362p4034419.html To unsubscribe from Connecting

Re: Connecting to standalone HBase from a remote client

2012-11-27 Thread matan
-- If you reply to this email, your message will be added to the discussion below: http://apache-hbase.679495.n3.nabble.com/Connecting-to-standalone-HBase-from-a-remote-client-tp4034362p4034419.html To unsubscribe from Connecting to standalone HBase from a remote

Re: Connecting to standalone HBase from a remote client

2012-11-27 Thread Doug Meil
-tp4034362p4034419.html To unsubscribe from Connecting to standalone HBase from a remote client, click here http://apache-hbase.679495.n3.nabble.com/template/NamlServlet.jtp?macro=u nsubscribe_by_codenode=4034362code=bWF0YW5AY2xvdWRhbG9lLm9yZ3w0MDM0MzYy fC0xMDg3NTk1Njc3 . NAML http://apache

Re: Connecting to standalone HBase from a remote client

2012-11-27 Thread Mohammad Tariq
To unsubscribe from Connecting to standalone HBase from a remote client, click here http://apache-hbase.679495.n3.nabble.com/template/NamlServlet.jtp?macro=u nsubscribe_by_codenode=4034362code=bWF0YW5AY2xvdWRhbG9lLm9yZ3w0MDM0MzYy fC0xMDg3NTk1Njc3 . NAML http://apache

Re: Connecting to standalone HBase from a remote client

2012-11-27 Thread matan
/Connecting-to-standalone-HBase-f rom-a-remote-client-tp4034362p4034419.html To unsubscribe from Connecting to standalone HBase from a remote client, click here http://apache-hbase.679495.n3.nabble.com/template/NamlServlet.jtp?macro=u nsubscribe_by_codenode

Re: Connecting to standalone HBase from a remote client

2012-11-27 Thread Leonid Fedotov
/Connecting-to-standalone-HBase-f rom-a-remote-client-tp4034362p4034419.html To unsubscribe from Connecting to standalone HBase from a remote client, click here http://apache-hbase.679495.n3.nabble.com/template/NamlServlet.jtp?macro=u nsubscribe_by_codenode=4034362code

Re: Connecting to standalone HBase from a remote client

2012-11-26 Thread matan
/Connecting-to-standalone-HBase-from-a-remote-client-tp4034362.html Sent from the HBase User mailing list archive at Nabble.com. -- If you reply to this email, your message will be added to the discussion below: http://apache-hbase.679495.n3.nabble.com

Re: Connecting to standalone HBase from a remote client

2012-11-26 Thread Nicolas Liochon
Yes, it's not useful to set the master address in the client. I suppose it was different a long time ago, hence there are some traces on different documentation. The master references itself in ZooKeeper. So if the master finds itself to be locahost, ZooKeeper will contain locahost, and the

Re: Connecting to standalone HBase from a remote client

2012-11-26 Thread Stack
On Mon, Nov 26, 2012 at 7:28 AM, Nicolas Liochon nkey...@gmail.com wrote: Yes, it's not useful to set the master address in the client. I suppose it was different a long time ago, hence there are some traces on different documentation. The master references itself in ZooKeeper. So if the

Re: Connecting to standalone HBase from a remote client

2012-11-26 Thread Mohammad Tariq
Hello Matan, Did it work?If not, add these properties in your hbase-site.xml file and see if it works for you. property namehbase.zookeeper.quorum/name valueZH-HOST_MACHINE/value /property property namehbase.zookeeper.property.clientPort/name

Re: Connecting to standalone HBase from a remote client

2012-11-26 Thread Nicolas Liochon
Hi Mohammad, Your answer was right, just that specifying the master address is not necessary (anymore I think). But it does no harm. Changing the /etc/hosts (as you did) is right too. Lastly, if the cluster is standalone and accessed locally, having localhost in ZK will not be an issue. However,

Re: Connecting to standalone HBase from a remote client

2012-11-26 Thread Mohammad Tariq
Hello Nicolas, You are right. It has been deprecated. Thank you for updating my knowledge base..:) Regards, Mohammad Tariq On Tue, Nov 27, 2012 at 12:17 AM, Nicolas Liochon nkey...@gmail.com wrote: Hi Mohammad, Your answer was right, just that specifying the master address is

Connecting to standalone HBase from a remote client

2012-11-25 Thread matan
(HelloWorld.java:30) Thanks! matan -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Connecting-to-standalone-HBase-from-a-remote-client-tp4034362.html Sent from the HBase User mailing list archive at Nabble.com.