码迷,mamicode.com
首页 > 其他好文 > 详细

Standalone HBase

时间:2015-02-11 00:27:05      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:

This is the default mode. Standalone mode is what is described in the quickstart section. In standalone mode, HBase does not use HDFS — it uses the local filesystem instead — and it runs all HBase daemons and a local ZooKeeper all up in the same JVM. Zookeeper binds to a well known port so clients may talk to HBase.

这是默认的模式,在单独模式中,不使用HDFS文件系统,而是使用本地文件系统。所有Hbase 服务和本地zookeeper服务,都运行在同一个JVM上。

Standalone HBase

标签:

原文地址:http://www.cnblogs.com/xiejin/p/4285140.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!