重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

centos6.8单机安装HBase

hadoop生态系统

创新互联是一家专业从事网站建设、成都网站设计的网络公司。作为专业网络公司,创新互联依托的技术实力、以及多年的网站运营经验,为您提供专业的成都网站建设、全网整合营销推广及网站设计开发服务!

centos6.8单机安装HBase

HBase简介
–HBase–HadoopDatabase,是一个高可靠性、高性能、面向列、可伸缩、实时读写的分布式数据库
–利用HadoopHDFS作为其文件存储系统,利用HadoopMapReduce来处理HBase中的海量数据,利用Zookeeper作为其分布式协同服务

(1)安装的前提条件

此安装是在阿里云服务器上安装的,且java环境已经配好,hadoop和zookeeper都已经安装好并成功启动

(2)下载hbase-1.1.3-bin.tar.gz,上传并解压

进入conf目录下

1.在hbase-env.sh中配置JAVA_HOME

2.配置hbase-site.xml如下

hbase.rootdir

file:///opt/hbase    //hbase根目录

hbase.zookeeper.property.dataDir

/opt/zookeeper       //zookeeper根目录,要启动

(3)启动hbase

进入bin/目录

[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

8848HMaster

可以看到启动成功了

(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' for list of supported commands.

Type"exit" 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     添加以下内容

    hbase.master.info.port

    60010    //端口,任选

    hbase.master.info.bindAddress

    ip

# vim/etc/sysconfig/iptables   //让60010通过

# serviceiptables restart    //重启网卡

就可以在浏览器中访问了,浏览器访问http://ip:60010/

centos6.8单机安装HBase

至此,hbase的单机安装就结束了


网站名称:centos6.8单机安装HBase
浏览地址:http://cqcxhl.cn/article/jcecsc.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP