Re: Unable to connect to Hbase from a remote client.

2012-01-22 Thread Mohammad Tariq
Here is the content of my hosts file - 127.0.0.1 localhost 127.0.0.1 ubuntu.ubuntu-domainubuntu 192.168.2.125 shashwat 192.168.2.126 chethan 192.168.2.106 ubuntu # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localne

Re: NPE while obtaining row lock

2012-01-22 Thread Yves Langisch
I already filed https://issues.apache.org/jira/browse/HBASE-5171. I thought that I've posted the filed issue back to this thread, Sorry about that. - Yves On Jan 22, 2012, at 11:44 PM, Stack wrote: > On Tue, Jan 10, 2012 at 10:07 AM, Stack wrote: > >> On Tue, Jan 10, 2012 at 7:51 AM, Yves Lan

RE: Fresh setup hadoop 1.0 and hbase 0.90.5 unable to start master

2012-01-22 Thread Stuti Awasthi
Hi, You will find common-* . jar in $Hadoop_HOME/lib directory. I have setup Hadoop-1.0.0 with Hbase-0.90.5 and it is working fine for me. I have copied only 2 jars from Hadoop to Hbase/lib for the working setup: 1. Hadoop-core*.jar 2. commons-configuration-*.jar -Original Message- From:

RE: Java api to apply limit in scan

2012-01-22 Thread Stuti Awasthi
Ok Doug, Thanks for pointing. 2 row selection is just the example I use but yes I will keep this in mind. -Original Message- From: Doug Meil [mailto:doug.m...@explorysmedical.com] Sent: Friday, January 20, 2012 7:01 PM To: user@hbase.apache.org Subject: Re: Java api to apply limit in sc

Re: NPE while obtaining row lock

2012-01-22 Thread Stack
On Tue, Jan 10, 2012 at 10:07 AM, Stack wrote: > On Tue, Jan 10, 2012 at 7:51 AM, Yves Langisch wrote: > > IMHO this case should be handled somehow and must not lead to a NPE. > > > > I filed HBASE-5249. St.Ack

Re: where does hbase expect hbase-default.xml in webapp inside a servlet container ?

2012-01-22 Thread kim young ill
ooops, my bad, it works now, i misconfigured the package stuff so the xmlfile was not included in the war file thanx again On Sun, Jan 22, 2012 at 10:40 PM, Stack wrote: > On Sun, Jan 22, 2012 at 7:57 AM, kim young ill >wrote: > > > thanx for the answer, i just tried to repack the war & have t

Re: where does hbase expect hbase-default.xml in webapp inside a servlet container ?

2012-01-22 Thread Stack
On Sun, Jan 22, 2012 at 7:57 AM, kim young ill wrote: > thanx for the answer, i just tried to repack the war & have the same > problem ( i mean it fails on hbase-default.xml which contains one entry for > the hbase version). > > > Other hbase-defaults or hbase.jars under your container? You getti

Re: Fresh setup hadoop 1.0 and hbase 0.90.5 unable to start master

2012-01-22 Thread Stack
On Sun, Jan 22, 2012 at 8:57 AM, Invisible.Trust wrote: > > None, I used *.tar.gz versions > > Maybe you need to copy more than the hadoop jar. See http://hbase.apache.org/book.html#trouble.versions St.Ack > > in hadoop/lib/ (you need to dl the hadoop 1 distr.) >> >> look like you install wi

Re: Unable to connect to Hbase from a remote client.

2012-01-22 Thread Mohammad Tariq
As external IP was not working, I tried it with internal IP.Whenever I give the external IP the output window keeps on showing the "running" status forever, without producing any error or the output. (I am using Netbeans).I was looking for some help over the internet and found a post that states in

[ANN] HBase-Writer 0.90.4 available for download

2012-01-22 Thread Ryan Smith
HBase-Writer 0.90.4 is available for download from the project site: http://code.google.com/p/hbase-writer/downloads/list HBase-Writer 0.90.4 is a major bug fix release that fixes resource pooling and connection handling issues. The previous release, 0.90.3, removed these features by mistake whe

Re: Fresh setup hadoop 1.0 and hbase 0.90.5 unable to start master

2012-01-22 Thread Invisible.Trust
None, I used *.tar.gz versions in hadoop/lib/ (you need to dl the hadoop 1 distr.) look like you install with package manager. i ran directly from extracted dist. On Sun, Jan 22, 2012 at 1:17 PM, Invisible.Trust wrote: Kim, where is this files may located? I tried updatedb - locate commons

Re: Fresh setup hadoop 1.0 and hbase 0.90.5 unable to start master

2012-01-22 Thread kim young ill
in hadoop/lib/ (you need to dl the hadoop 1 distr.) look like you install with package manager. i ran directly from extracted dist. On Sun, Jan 22, 2012 at 1:17 PM, Invisible.Trust wrote: > Kim, > > where is this files may located? > I tried updatedb - locate commons* > with no luck. > > > > i

Re: where does hbase expect hbase-default.xml in webapp inside a servlet container ?

2012-01-22 Thread kim young ill
thanx for the answer, i just tried to repack the war & have the same problem ( i mean it fails on hbase-default.xml which contains one entry for the hbase version). On Sun, Jan 22, 2012 at 12:17 PM, Niv Mizrahi wrote: > hbase-site.xml should be include in > some_war/WEB-INF/classes/ > > and al

Re: Hbase 0.90.5 and Hadoop 1.0.0 beta working?

2012-01-22 Thread praveenesh kumar
Try adding Zookeeper jar, hbase jar and hbase conf folder in hadoop classpath Thanks, Praveenesh On Sun, Jan 22, 2012 at 6:44 PM, Invisible.Trust wrote: > > On Fri, Jan 20, 2012 at 10:25 PM, Invisible.Trust> tr...@gmail.com >> >>> wrote: >>> Hi, i have Debian 6.03 and problem with best friends

Re: Unable to connect to Hbase from a remote client.

2012-01-22 Thread Invisible.Trust
As Mark notice, may be you have problems with network configuration could you put /etc/hosts ? Hello Mark, I have seen the discussion. I am not able to access hbase even after specifying the external IP. Regards, Mohammad Tariq On Sun, Jan 22, 2012 at 7:58 PM, Mark Kerzner wrote:

Re: Unable to connect to Hbase from a remote client.

2012-01-22 Thread Mark Kerzner
But in your error message, the ZooKeeper is trying to connect on an internal ip, 192.168.2.106:2181 , so where is the external one? Mark On Sun, Jan 22, 2012 at 8:50 AM, Mohammad Tariq wrote: > Hello Mark, > I have seen the discussion. I am not able to access hbase even after > specifying the

Re: Unable to connect to Hbase from a remote client.

2012-01-22 Thread Mohammad Tariq
Hello Mark, I have seen the discussion. I am not able to access hbase even after specifying the external IP. Regards,     Mohammad Tariq On Sun, Jan 22, 2012 at 7:58 PM, Mark Kerzner wrote: > Your ZooKeeper needs to give the external IP. That discussion happened a > few days ago, with the sa

Re: Unable to connect to Hbase from a remote client.

2012-01-22 Thread Mark Kerzner
Your ZooKeeper needs to give the external IP. That discussion happened a few days ago, with the same answer - and I still need to publish my notes! Problem indication: 12/01/22 19:48:19 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=192.168.2.106:2181 sessionTimeout=18

Unable to connect to Hbase from a remote client.

2012-01-22 Thread Mohammad Tariq
Hello list, I am trying to connect to Hbase from a remote machine, but I am getting the following error - debug: Hbase Demo Application 12/01/22 19:48:19 INFO zookeeper.ZooKeeper: Client environment:zookeeper.version=3.3.2-1031432, built on 11/05/2010 05:32 GMT 12/01/22 19:48:19 INFO zookeeper.

Re: Fresh setup hadoop 1.0 and hbase 0.90.5 unable to start master

2012-01-22 Thread Invisible.Trust
Kim, where is this files may located? I tried updatedb - locate commons* with no luck. i guess just coying hadoop.jar wouldnt be enough, there're some commons-*** packages which will be needed for hadoop 1 to work hth On Sat, Jan 21, 2012 at 11:58 PM, Stack wrote: On Fri, Jan 20, 2012 at

Re: Fresh setup hadoop 1.0 and hbase 0.90.5 unable to start master

2012-01-22 Thread Invisible.Trust
On Fri, Jan 20, 2012 at 10:01 PM, Invisible.Trust wrote: I can't start HMaster Please help me.. second day about this error Exception in thread "main" java.lang.RuntimeException: Failed construction of Regionserver: class org.apache.hadoop.hbase.** regionserver.HRegionServer Thanks for the de

Re: Hbase 0.90.5 and Hadoop 1.0.0 beta working?

2012-01-22 Thread Invisible.Trust
On Fri, Jan 20, 2012 at 10:25 PM, Invisible.Trust wrote: Hi, i have Debian 6.03 and problem with best friends hbase and hadoop step by step, I want working configuration hbase (standalone for the first step) and hadoop : wget http://www.sai.msu.su/apache//**hbase/hbase-0.90.5/hbase-0.90.** 5.ta

Re: where does hbase expect hbase-default.xml in webapp inside a servlet container ?

2012-01-22 Thread Niv Mizrahi
hbase-site.xml should be include in some_war/WEB-INF/classes/ and all relevant jars should be included in some_war/WEB-INF/lib/ Niv On Sun, Jan 22, 2012 at 2:49 AM, kim young ill wrote: > hi, > i try to use hbase 0.90.5 as db-backend to store data from a servlet. i > created the table manually