Re: HBase doesn't work....

2011-06-22 Thread Laurent Hatier
My conf sorry : HBase 0.90.1 with cloudera Hadoop 0.20 with cloudera (package cdh3b4) 2011/6/22 Laurent Hatier laurent.hat...@gmail.com Hi all, I know it's maybe ridiculous but i have problems with HBase installation in cluster. I will have follow 2-3 tutorials on it but it doesn't work.

Re: HBase doesn't work....

2011-06-22 Thread Laurent Hatier
And one thing : i have set the hbase-env like this : JAVA_HOME = /usr/lib/jvm/java-6-sun, HBASE_MANAGE_ZK = true, HBASE_CLASSPATH = /usr/lib/hadoop/conf and the hbase-site : hbase.cluster.distributed : true and hbase.zookeeper.quorum : IP adresses of my 3 nodes 2011/6/22 Laurent Hatier

Re: HBase doesn't work....

2011-06-22 Thread Jeff Whiting
I'm not sure what your specific problem is but these are the steps I'd take to get it up and running: 1. Setup and get hdfs running (verify it by going to http://hdfs-host:50070/) 2. Get zookeeper up and running on 1 host 3. Get hbase up and running in pseudo distributed mode. See:

Re: HBase doesn't work....

2011-06-22 Thread Laurent Hatier
Yeap ! I have restart all and reinstall all and it works. :) But i have another questions : - I have seen that Master runs with his RegionServer and the others in the cluster. But it's possible to run Master only and the others RegionServer in the cluster? - Is there a great difference between the

RE: HBase doesn't work....

2011-06-22 Thread Buttler, David
. This could be disconcerting. Dave -Original Message- From: Laurent Hatier [mailto:laurent.hat...@gmail.com] Sent: Wednesday, June 22, 2011 2:14 PM To: user@hbase.apache.org Subject: Re: HBase doesn't work Yeap ! I have restart all and reinstall all and it works. :) But i have

RE: HBase doesn't work....

2011-06-22 Thread Doug Meil
Subject: Re: HBase doesn't work Yeap ! I have restart all and reinstall all and it works. :) But i have another questions : - I have seen that Master runs with his RegionServer and the others in the cluster. But it's possible to run Master only and the others RegionServer in the cluster