[root@tongbin]# ./start-hbase.sh ./stop-hbase.sh
startingmaster, logging to /home/tong/hbase-1.1.3/bin/../logs/hbase-tong-master-tong.out
[root@tongbin]# jps
2442SecondaryNameNode
2148NameNode
2284-- process information unavailable
9112Jps
1074Application
7868QuorumPeerMain
2241DataNode
8848 HMaster
可以看到启动成功了
(4)测试hbase的shell
[root@tong bin]# ./hbase shell
SLF4J: Classpath contains multiple SLF4J bindings.
SLF4J: Foundbinding in[jar:file:/home/tong/hbase-1.1.3/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Foundbinding in [jar:file:/home/tong/hadoop-2.5.1/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Seehttp://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actualbinding is of type [org.slf4j.impl.Log4jLoggerFactory]
HBase Shell; enter'help<RETURN>' for list of supported commands.
Type"exit<RETURN>" to leave the HBase Shell
Version 1.1.3,r72bc50f5fafeb105b2139e42bbee3d61ca724989, Sat Jan 16 18:29:00 PST 2016
hbase(main):001:0>
hbase(main):002:0>list
hbase(main):002:0>status
1 servers, 0dead, 2.0000 average load
hbase(main):003:0>version
扩展:让浏览器访问hbase
#vim hbase-site.xml 添加以下内容
<property>
<name>hbase.master.info.port</name>
<value>60010</value> //端口,任选