首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

十分钟Hbase standalone 单机安装

2012-07-31 
10分钟Hbase standalone 单机安装首先看了下这个篇文章?http://hbase.apache.org/book/quickstart.html,按

10分钟Hbase standalone 单机安装

首先看了下这个篇文章?http://hbase.apache.org/book/quickstart.html,按照步骤完成。

?

注意在ubuntn下有一个小问题:

http://hbase.apache.org/book/os.html2.2.3.?Loopback IP

?

HBase expects the loopback IP address to be 127.0.0.1. Ubuntu and some other distributions, for example, will default to 127.0.1.1 and this will cause problems for you.

/etc/hosts?should look something like this:

            127.0.0.1 localhost            127.0.0.1 ubuntu.ubuntu-domain ubuntu

热点排行