Hbase启动的时候出现:[RpcServer.handler=28,port=60000] ipc.RpcServer: RpcServer.handler=28,port=60000: exiting,master.HMasterCommandLine: Master exiting
hadoop 版本:CDH5.02
Hbase 版本:hbase-0.96.1.1-cdh5.0.2
配置文件:hbase-site.xml
<configuration>
<property>
<name>hbase.rootdir</name>
<value>hdfs://master24:8010/hbase</value>
<description>The directory shared by RegionServers.</description>
</property>
<property>
<name>hbase.cluster.distributed</name>
<value>true</value>
</property>
<property>
<name>hbase.zookeeper.property.clientPort</name>
<value>2181</value>
</property>
<property>
<name>hbase.zookeeper.quorum</name>
<value>server2,server3,server4,server5,server6</value>
</property>
</configuration>
出现错误提示:
2015-03-24 16:18:37,255 INFO [RpcServer.handler=28,port=60000] ipc.RpcServer: RpcServer.handler=28,port=60000: exiting 2015-03-24 16:18:37,255 INFO [RpcServer.handler=27,port=60000] ipc.RpcServer: RpcServer.handler=27,port=60000: exiting 2015-03-24 16:18:37,255 INFO [RpcServer.handler=24,port=60000] ipc.RpcServer: RpcServer.handler=24,port=60000: exiting 2015-03-24 16:18:37,256 INFO [RpcServer.responder] ipc.RpcServer: RpcServer.responder: stopped 2015-03-24 16:18:37,256 INFO [RpcServer.responder] ipc.RpcServer: RpcServer.responder: stopping 2015-03-24 16:18:37,256 INFO [master:master24:60000] master.HMaster: Stopping infoServer 2015-03-24 16:18:37,266 INFO [master:master24:60000] mortbay.log: Stopped SelectChannelConnector@0.0.0.0:60010 2015-03-24 16:18:37,400 INFO [master:master24:60000] zookeeper.ZooKeeper: Session: 0x24c49cb98670004 closed 2015-03-24 16:18:37,400 INFO [master:master24:60000] master.HMaster: HMaster main thread exiting 2015-03-24 16:18:37,400 INFO [main-EventThread] zookeeper.ClientCnxn: EventThread shut down 2015-03-24 16:18:37,400 ERROR [main] master.HMasterCommandLine: Master exiting java.lang.RuntimeException: HMaster Aborted at org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:192) at org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:134)org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:192) at org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:134) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)

问题原因:
解决办法:
浙公网安备 33010602011771号