博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
cdh5 HA涉及的JournalNodes介绍
阅读量:7153 次
发布时间:2019-06-29

本文共 1206 字,大约阅读时间需要 4 分钟。

hot3.png

官网介绍:

  • There must be at least three JournalNode daemons, since edit log modifications must be written to a majority of JournalNodes. This will allow the system to tolerate the failure of a single machine. You can also run more than three JournalNodes, but in order to actually increase the number of failures the system can tolerate, you should run an odd number of JournalNodes, (three, five, seven, etc.) Note that when running with N JournalNodes, the system can tolerate at most (N - 1) / 2 failures and continue to function normally. If the requisite quorum is not available, the NameNode will not format or start, and you will see an error similar to this:
  • 12/10/01 17:34:18 WARN namenode.FSEditLog: Unable to determine input streams from QJM to [10.0.1.10:8485, 10.0.1.10:8486, 10.0.1.10:8487]. Skipping.java.io.IOException: Timed out waiting 20000ms for a quorum of nodes to respond.
  • 选择奇数个主机(至少三个)作为JournalNodes。 JournalNodes应托管在与NameNodes具有相似硬件规格的主机上。建议您将JournalNode分别放置在与主动和备用NameNode相同的主机上,以及类似硬件上的第三个JournalNode,例如JobTracker。
  • 参考资料连接:
  • http://www.cloudera.com/documentation/manager/5-0-x/Cloudera-Manager-Managing-Clusters/cm5mc_hdfs_hi_avail.html

转载于:https://my.oschina.net/u/3197158/blog/1625280

你可能感兴趣的文章
详谈如何定制自己的博客园皮肤
查看>>
【CF】328 D. Super M
查看>>
HDU1517 A Multiplication Game
查看>>
js装饰者模式
查看>>
ThinkPHP中的函数库载入
查看>>
guava
查看>>
组合数据类型练习,综合练习
查看>>
Nodejs Guides(二)
查看>>
hdu 4286 Data Handler
查看>>
团队作业9——测试与发布(Beta版本)
查看>>
Cantor表
查看>>
Jenkins ssh 部署war到tomcat 虚拟目录
查看>>
进程和线程的联系和区别
查看>>
内存对齐的规则以及作用
查看>>
iOS-可变参数va_list、va_start、va_arg、va_end、NS_FORMAT_FUNCTION(1, 2)
查看>>
EL表达式
查看>>
项目PMO工作
查看>>
【Android】资源系列(一) -- 国际化(多语言)
查看>>
浏览器对文字的解析
查看>>
Reuse Is About People and Education, Not Just Architecture
查看>>