Roberto, It should be set in whatever shell you are using. If you are using bash, then .bashrc seems reasonable. Remember to re-source your .bashrc after making the change. You can verify by running "env | grep HBASE_CONF_DIR" from your shell.
If your ZooKeeper is not starting, we'll need to see what the output of your logs and command-line are in order to debug further. Also contents of your HBase config files. - Dave On Mon, Mar 26, 2012 at 8:51 AM, Roberto Alonso <[email protected]> wrote: > Thanks Dave for your answer. In hbase-env.sh I have $HADOOP_CONF_DIR setted > but no $HBASE_CONF_DIR. I have put it right now in that file but my > zookeeper doesn't start, should I put the variable in the .bashrc or > another file? > > thanks! > > On 26 March 2012 17:39, Dave Wang <[email protected]> wrote: > > > Roberto, > > > > Is your $HBASE_CONF_DIR pointing to the directory that contains your > > hbase-site.xml? > > > > - Dave > > > > On Mon, Mar 26, 2012 at 8:35 AM, Roberto Alonso CIPF <[email protected] > > >wrote: > > > > > Hello! > > > I am experimenting some problems because I think I don't have > distributed > > > computation. > > > I have a map reduce code where I go to a table and I get something of > my > > > interest. When I do htop to my 4 servers I see that the processors are > > > working sequentially not in parallel, in other words, one after the > other > > > but never all at the same time, so that I guess my map reduce is not > > doing > > > well. But if I ask: > > > Configuration config = HBaseConfiguration.create(); > > > config.get("hbase.cluster.distributed") > > > It says hbase.cluster.distributed= false, although I have this in my > > config > > > files > > > <property> > > > <name>hbase.cluster.distributed</name> > > > <value>true</value> > > > </property> > > > What do you think is going on there? > > > > > > Thanks a lot! > > > > > > -- > > > Roberto Alonso > > > Bioinformatics and Genomics Department > > > Centro de Investigacion Principe Felipe (CIPF) > > > C/E.P. Avda. Autopista del Saler, 16-3 (junto Oceanografico) > > > 46012 Valencia, Spain > > > Tel: +34 963289680 Ext. 1021 > > > Fax: +34 963289574 > > > E-Mail: [email protected] > > > > > >
