*hbase-site.xml*:
<configuration>
<property>
<name>hbase.rootdir</name>
<value>hdfs://debian-5:9000/hbase</value>
</property>
<property>
<name>hbase.tmp.dir</name>
<value>/home/${user.name}/Tmp/hbase</value>
</property>
<property>
<name>hbase.zookeeper.quorum</name>
<value>debian-0,debian-1,debian-5</value>
</property>
<property>
<name>hbase.cluster.distributed</name>
<value>true</value>
</property>
</configuration>
in "hbase-env.sh", JAVA_HOME points to root of java, HBASE_CLASSPATH points
to zookeeper's zoo.cfg, and
HBASE_MANAGES_ZK is false.
No more log on console when Hbase starts up.
Yeah, $HBASE_HOME/logs/*.log contains log.
On Fri, Sep 25, 2009 at 1:01 PM, stack <[email protected]> wrote:
> Somethings wrong. You are seeing logging that should be going into log
> files showing on console. Is anything unusual about your setup? Any more
> log on the console? Anything in the logs under $HBASE_HOME/logs/*.log
> files?
> St.Ack
>
> On Thu, Sep 24, 2009 at 6:06 PM, Le Zhou <[email protected]> wrote:
>
> > hi,
> > I'm trying to run a fully-distributed operation. When I start the Hbase,
> I
> > get the following output:
> >
> > starting master, logging to
> > /home/cloud/hbase/bin/../logs/hbase-cloud-master-debian-5.out
> > debian-5: starting regionserver, logging to
> > /home/cloud/hbase/bin/../logs/hbase-cloud-regionserver-debian-5.out
> > debian-0: starting regionserver, logging to
> > /home/cloud/hbase/bin/../logs/hbase-cloud-regionserver-debian-0.out
> > debian-1: starting regionserver, logging to
> > /home/cloud/hbase/bin/../logs/hbase-cloud-regionserver-debian-1.out
> > debian-5: 2009-09-25 08:31:40.274::INFO: Logging to STDERR via
> > org.mortbay.log.StdErrLog
> > debian-5: 2009-09-25 08:31:40.341::INFO: jetty-6.1.14
> >
> > As shown above, there is a line which contains "Logging to STDERR via
> > org.mortbay.log.StdErrLog", does that mean there is any error during the
> > hbase's startup?
> >
> > By the way, I can enter the Hbase shell, and the web interface for Hbase
> > master seems OK as well.
> >
> > Thanks and best regards!
> >
>