首先看了下这个篇文章 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
本文档提供了在Ubuntu系统中正确配置HBase的具体步骤,特别关注了解决因默认loopback IP地址设置不当而导致的问题。文章指导用户如何修改/etc/hosts文件以确保HBase能够正常运行。

被折叠的 条评论
为什么被折叠?



