Home > Database > Mysql Tutorial > body text

在Ubuntu中安装HBase

WBOY
Release: 2016-06-07 16:34:13
Original
1036 people have browsed it

R利剑NoSQL系列文章,主要介绍通过R语言连接使用nosql数据库。涉及的NoSQL产品,包括Redis,?MongoDB,?HBase,?Hive,?Cassandra,?Neo4j。希望通过我的介绍让广大的R语言爱好者,有更多的开发选择,做出更多地激动人心的应用。 关于作者: 张丹(Conan), 程序员J

R利剑NoSQL系列文章,主要介绍通过R语言连接使用nosql数据库。涉及的NoSQL产品,包括Redis,?MongoDB,?HBase,?Hive,?Cassandra,?Neo4j。希望通过我的介绍让广大的R语言爱好者,有更多的开发选择,做出更多地激动人心的应用。 关于作者: 张丹(Conan), 程序员Java,R,PHP,Javascript weibo:@Conan_Z blog: http://blog.fens.me email: bsspirit@gmail.com 转载请注明出处: http://blog.fens.me/linux-hbase-install/ 前言 HBase是Hadoop家族中的一个分布式数据库产品,HBase支持高并发读写,列式数据存储,高效的索引,自动分片,自动Region迁移等许多优点,已经越来越多的被界业认可并实施。 目录 在Ubuntu中环境准备 HBase安装 Thrift安装 1 在Ubuntu中环境准备 HBase是基于Java开发的运行Hadoop平台上分布式NoSQL数据库软件,HBase没有提供Windows系统安装版本。我在这里也只介绍HBase在Linux Ubuntu系统中的安装。 由于HBase是运行在Hadoop平台上面的,因此我们需要先安装好Hadoop的环境,Hadoop的安装请参考文章:[Hadoop历史版本安装](http://blog.fens.me/hadoop-history-source-install/) HBase没有提供apt的软件源安装,我们需要自己去官方网络下载HBase软件包进行安装。HBase下载页:http://www.apache.org/dyn/closer.cgi/hbase/ 系统环境: Linux Ubuntu 12.04.2 LTS 64bit server Java JDK 1.6.0_45 Hadoop 1.1.2 2 HBase安装 2.1 下载HBase # 通过wget命令下载 ~ wget http://www.gaidso.com/apache/hbase/stable/hbase-0.94.18.tar.gz # 解压HBase ~ tar xvf hbase-0.94.18.tar.gz # 移动HBase目录到文件夹 ~ mv hbase-0.94.18/ …
Read more
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!