小编ano*_*non的帖子

连接HBase到HDFS时,Hbase Shell中的连接被拒绝

我正在尝试将我的HBase连接到HDFS.我运行了hdfs namenode(bin/hdfs namenode)和datnode(/ bin/hdfs datanode).我也可以启动我的Hbase(sudo ./bin/start-hbase.sh)和本地区域服务器(sudo ./bin/local-regionservers.sh start 1 2).但是当我尝试从Hbase shell执行命令时,它会出现以下错误:

cis655stu@cis655stu-VirtualBox:/teaching/14f-cis655/proj-dtracing/hbase/hbase-0.99.0-SNAPSHOT$ ./bin/hbase shell
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 0.99.0-SNAPSHOT, rUnknown, Sat Aug  9 08:59:57 EDT 2014

hbase(main):001:0> list
TABLE                                                                                                    
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/teaching/14f-cis655/proj-dtracing/hbase/hbase-0.99.0-SNAPSHOT/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/teaching/14f-cis655/proj-dtracing/hadoop-2.6.0/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
2015-01-19 13:33:07,179 WARN  [main] util.NativeCodeLoader: Unable to load …
Run Code Online (Sandbox Code Playgroud)

hadoop hbase hdfs hadoop2 cloudera-cdh

5
推荐指数
1
解决办法
3232
查看次数

从Win32 Api C ++获取OS构建版本

我试图找到Windows Server 2016计算机的生成版本,例如RS1或RS3。有一个API可以执行此操作GetVersionEx()--但现在已弃用。

MSDN表示改用版本帮助器功能

我想要构建版本,例如:RS1的1607。

是否有API可以做到这一点?

c++ windows winapi operating-system

2
推荐指数
1
解决办法
3277
查看次数

标签 统计

c++ ×1

cloudera-cdh ×1

hadoop ×1

hadoop2 ×1

hbase ×1

hdfs ×1

operating-system ×1

winapi ×1

windows ×1