
HA
hochoy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HBase
1.HBase 概述1.1 HBase 数据模型In HBase, data is stored in tables, which have rows and columns. This is a terminology overlap with relational databases (RDBMSs), but this is not a helpful analogy. Instead, it can be helpful to think of an HBase table as a mult原创 2020-06-19 17:44:56 · 820 阅读 · 0 评论 -
Hadoop----HA
HA基础 HA,High Available,即高可用(7*24小时不中断服务) HDFS的管理是通过namenode来实现的,数据存储在Datanode上,而在Hadoop中namenode是存在SPOF(single point of failure),而Datanode失败,Hadoop会自动的重启一个复制失败的备份数据,所以datanode不存在HA,Had...原创 2018-06-11 23:49:25 · 359 阅读 · 0 评论