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!
