
hbase
yangwm
@yangwm专注后端开发
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hadoop hbase学习
一、 hadoop安装 (本机单节点) 1. Installing Software (or can adduser hadoop) $ sudo apt-get install ssh $ sudo apt-get install rsync 2. Prepare to Start the Hadoop Cluster conf/hadoop-env.sh export原创 2012-04-21 20:07:12 · 1072 阅读 · 0 评论 -
HBase client总览
HBase Client总览 1. affects concurrent readers and writers of that same row ==> atomic on a per-row basis 2. RWCC : ReadWriteConsistencyControl read without wait for writes write wait for other原创 2012-12-27 16:11:47 · 1123 阅读 · 0 评论