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

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 电力市场出清matlab yalmip kkt 双层优化问题
  • ¥30 ros小车路径规划实现不了,如何解决?(操作系统-ubuntu)
  • ¥20 matlab yalmip kkt 双层优化问题
  • ¥15 如何在3D高斯飞溅的渲染的场景中获得一个可控的旋转物体
  • ¥88 实在没有想法,需要个思路
  • ¥15 MATLAB报错输入参数太多
  • ¥15 python中合并修改日期相同的CSV文件并按照修改日期的名字命名文件
  • ¥15 有赏,i卡绘世画不出
  • ¥15 如何用stata画出文献中常见的安慰剂检验图
  • ¥15 c语言链表结构体数据插入