miaowmiaowmiaow 2014-09-24 08:53 采纳率: 0%
浏览 5768

hbase启动后hmaster进程消失的问题

hadoop-2.4.1+zookeeper-3.4.5(非hbase自带)+hbase-0.96.2-hadoop2

无论执行什么命令,都报一下错:
hbase(main):001:0> status
ERROR: Can't get master address from ZooKeeper; znode data == null

日志文件
hbase-root-master-master.log:
2014-09-05 10:09:59,705 FATAL [master:master:60000] master.HMaster: Unhandled exception. Starting shutdown.
java.net.UnknownHostException: Invalid host name: local host is: (unknown); destination host is: "master":9000; java.net.UnknownHostException;
2014-09-05 10:10:00,707 ERROR [main] master.HMasterCommandLine: Master exiting
java.lang.RuntimeException: HMaster Aborted

配置文件 hbase-site.xml


hbase.rootdir
hdfs://master:9000/hbase


hbase.cluster.distributed

true

hbase.master
master:60000

hbase.zookeeper.quorum
master,slave1,slave2

配置文件 zoo.cfg

The number of milliseconds of each tick

tickTime=2000

The number of ticks that the initial

synchronization phase can take

initLimit=10

The number of ticks that can pass between

sending a request and getting an acknowledgement

syncLimit=5

the directory where the snapshot is stored.

do not use /tmp for storage, /tmp here is just

example sakes.

dataDir=/root/SoftWare/zkdata

the port at which the clients will connect

clientPort=2181

server.1=master:2888:3888
server.2=slave1:2888:3888
server.3=slave2:2888:3888
#

Be sure to read the maintenance section of the

administrator guide before turning on autopurge.

#

http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance

#

The number of snapshots to retain in dataDir

#autopurge.snapRetainCount=3

Purge task interval in hours

Set to "0" to disable auto purge feature

#autopurge.purgeInterval=1

配置文件 core-site.xml


fs.defaultFS
hdfs://master:9000


hadoop.tmp.dir
file:///home/hadoop/tmp


io.file.buffer.size
131072

  • 写回答

2条回答

  • miaowmiaowmiaow 2014-09-24 09:01
    关注

    有没有高手遇到过这种问题啊,集群跟伪分布我都试过,报一样的错,求高手指教啊

    评论

报告相同问题?

悬赏问题

  • ¥15 fluent的在模拟压强时使用希望得到一些建议
  • ¥15 STM32驱动继电器
  • ¥15 Windows server update services
  • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏
  • ¥15 模糊pid与pid仿真结果几乎一样
  • ¥15 java的GUI的运用
  • ¥15 我想付费需要AKM公司DSP开发资料及相关开发。
  • ¥15 怎么配置广告联盟瀑布流
  • ¥15 Rstudio 保存代码闪退
  • ¥20 win系统的PYQT程序生成的数据如何放入云服务器阿里云window版?