Hey all, I've checked out the latest trunk and built it successfully. HBase seems to have started up normally, but when I go to masternode:60010, it just 'sits and spins'. No 404 errors or anything. I haven't tried using the shell or making columns yet. Here's my master node log:
Tue Apr 28 16:03:32 PDT 2009 Starting master on dttest01 ulimit -n 1024 2009-04-28 16:03:32,628 INFO org.apache.hadoop.hbase.master.HMaster: vmName=Java HotSpot(TM) Server VM, vmVendor=Sun Microsystems Inc., vmVersion=11.0-b15 2009-04-28 16:03:32,629 INFO org.apache.hadoop.hbase.master.HMaster: vmInputArguments=[-Xmx1000m, -XX:+HeapDumpOnOutOfMemoryError, -Dhbase.log.dir=/home/visibleus$ 2009-04-28 16:03:32,737 INFO org.apache.hadoop.hbase.master.HMaster: My address is dttest01:60000 2009-04-28 16:03:32,968 INFO org.apache.hadoop.hbase.ipc.HBaseRpcMetrics: Initializing RPC Metrics with hostName=HMaster, port=60000 2009-04-28 16:03:33,057 INFO org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper: Quorum servers: localhost:2181 2009-04-28 16:03:33,133 INFO org.apache.hadoop.hbase.master.HMaster: HMaster initialized on 127.0.1.1:60000 2009-04-28 16:03:33,136 INFO org.apache.hadoop.metrics.jvm.JvmMetrics: Initializing JVM Metrics with processName=Master, sessionId=HMaster 2009-04-28 16:03:33,136 INFO org.apache.hadoop.hbase.master.metrics.MasterMetrics: Initialized 2009-04-28 16:03:33,211 INFO org.mortbay.util.Credential: Checking Resource aliases 2009-04-28 16:03:33,222 INFO org.mortbay.http.HttpServer: Version Jetty/5.1.4 2009-04-28 16:03:33,222 INFO org.mortbay.util.Container: Started HttpContext[/logs,/logs] 2009-04-28 16:03:33,520 INFO org.mortbay.util.Container: Started org.mortbay.jetty.servlet.webapplicationhand...@15ed659 2009-04-28 16:03:33,548 INFO org.mortbay.util.Container: Started WebApplicationContext[/static,/static] 2009-04-28 16:03:33,642 INFO org.mortbay.util.Container: Started org.mortbay.jetty.servlet.webapplicationhand...@11756a4 2009-04-28 16:03:33,646 INFO org.mortbay.util.Container: Started WebApplicationContext[/,/] 2009-04-28 16:03:33,937 INFO org.mortbay.util.Container: Started org.mortbay.jetty.servlet.webapplicationhand...@1d0d45b 2009-04-28 16:03:33,939 INFO org.mortbay.util.Container: Started WebApplicationContext[/api,jsonrest] 2009-04-28 16:03:34,002 INFO org.mortbay.http.SocketListener: Started SocketListener on 0.0.0.0:60010 2009-04-28 16:03:34,002 INFO org.mortbay.util.Container: Started org.mortbay.jetty.ser...@194d372 2009-04-28 16:03:34,002 INFO org.apache.hadoop.ipc.HBaseServer: IPC Server Responder: starting 2009-04-28 16:03:34,002 INFO org.apache.hadoop.ipc.HBaseServer: IPC Server listener on 60000: starting 2009-04-28 16:03:34,003 INFO org.apache.hadoop.ipc.HBaseServer: IPC Server handler 0 on 60000: starting 2009-04-28 16:03:34,003 INFO org.apache.hadoop.ipc.HBaseServer: IPC Server handler 1 on 60000: starting 2009-04-28 16:03:34,003 INFO org.apache.hadoop.ipc.HBaseServer: IPC Server handler 2 on 60000: starting 2009-04-28 16:03:34,003 INFO org.apache.hadoop.ipc.HBaseServer: IPC Server handler 3 on 60000: starting 2009-04-28 16:03:34,004 INFO org.apache.hadoop.ipc.HBaseServer: IPC Server handler 4 on 60000: starting 2009-04-28 16:03:34,004 INFO org.apache.hadoop.ipc.HBaseServer: IPC Server handler 5 on 60000: starting 2009-04-28 16:03:34,004 INFO org.apache.hadoop.ipc.HBaseServer: IPC Server handler 6 on 60000: starting 2009-04-28 16:03:34,004 INFO org.apache.hadoop.ipc.HBaseServer: IPC Server handler 7 on 60000: starting 2009-04-28 16:03:34,004 INFO org.apache.hadoop.ipc.HBaseServer: IPC Server handler 8 on 60000: starting 2009-04-28 16:03:34,004 INFO org.apache.hadoop.ipc.HBaseServer: IPC Server handler 9 on 60000: starting 2009-04-28 16:04:33,137 INFO org.apache.hadoop.hbase.master.BaseScanner: All 0 .META. region(s) scanned 2009-04-28 16:05:33,136 INFO org.apache.hadoop.hbase.master.BaseScanner: All 0 .META. region(s) scanned 2009-04-28 16:06:33,136 INFO org.apache.hadoop.hbase.master.BaseScanner: All 0 .META. region(s) scanned 2009-04-28 16:07:33,136 INFO org.apache.hadoop.hbase.master.BaseScanner: All 0 .META. region(s) scanned 2009-04-28 16:08:33,136 INFO org.apache.hadoop.hbase.master.BaseScanner: All 0 .META. region(s) scanned 2009-04-28 16:09:33,136 INFO org.apache.hadoop.hbase.master.BaseScanner: All 0 .META. region(s) scanned
