在Eclipse中使用Hbase时获取MasterNotRunningException

时间:2013-07-24 14:12:07

标签: eclipse ubuntu hbase

我正在尝试在ubuntu上使用eclipse中的Hbase,但我得到以下内容:

java.lang.Error: Unresolved compilation problems: 
    Unhandled exception type MasterNotRunningException
    Unhandled exception type ZooKeeperConnectionExceptionr/hbase/lib/hadoop-core-1.1.2.jar TestHBase.jar

我已经检查过Hbase(Master和Zookeper)正在运行,localhost在配置文件中映射到127.0.0.1。

我已停止并重新启动hbase并获得了相同的结果。 我还应该寻找什么?

1 个答案:

答案 0 :(得分:0)

请确保您能够正确编译程序而不会出现任何错误。还要确保已将所有必需的罐子添加到项目中。不要忘记添加hbase和zookeeper jar。