CCAH-CCA-500-2题:what is the maximum number of NameNode daemons.....

简介: 2.Assuming you’re not running HDFS Federation, what is the maximum number of NameNode daemons you should run on your cluster in order ...
2.Assuming you’re not running HDFS Federation, what is the maximum number of NameNode  daemons
you should run on your cluster in order to avoid a “split-brain” scenario with your 
NameNode
when running HDFS High Availability (HA) using Quorum-based storage?
A. Two active NameNodes and two Standby NameNodes
B. One active NameNode and one Standby NameNode
C. Two active NameNodes and on Standby NameNode
D. Unlimited. HDFS High Availability (HA) is designed to overcome limitations on the number of 
NameNodes you can deploy


问题:
 当集群没有配置HDFS Federation时,而配置HDFS HA时,集群的会有几个NameNode进程?

解析:

  搭建
过Apache Hadoop分布式集群(HDFS HA),就知道只有两个NameNode进程,一个是active,另外一个是standby。

官方解释
如图:

   http://www.cloudera.com/documentation/enterprise/5-5-x/topics/cdh_hag_hdfs_ha_intro.html


目录
相关文章
|
Java 应用服务中间件
【异常】The field file exceeds its maximum permitted size of 1048576 bytes.
【异常】The field file exceeds its maximum permitted size of 1048576 bytes.
160 0
|
6月前
|
存储 算法 Java
Minimum Transport Cost(ZOJ - 1456)
Minimum Transport Cost(ZOJ - 1456)
CF1550B Maximum Cost Deletion(分段比较)
CF1550B Maximum Cost Deletion(分段比较)
38 0
|
Java 应用服务中间件
The field file exceeds its maximum permitted size of 1048576 bytes.
The field file exceeds its maximum permitted size of 1048576 bytes.
|
人工智能
Tree with Maximum Cost---CF1092F 树上DP
You are given a tree consisting exactly of n vertices. Tree is a connected undirected graph with n−1 edges. Each vertex v of this tree has a value av assigned to it. Let dist(x,y) be the distance between the vertices x and y.
139 0
Tree with Maximum Cost---CF1092F 树上DP
|
存储 知识图谱
SAP WM中阶Storage Type的Capacity Check – Check According to Maximum Weight
SAP WM中阶Storage Type的Capacity Check – Check According to Maximum Weight
SAP WM中阶Storage Type的Capacity Check – Check According to Maximum Weight
SAP WM中阶Storage Type的Capacity Check – Check based on maximum quantity per bin in storage type.
SAP WM中阶Storage Type的Capacity Check – Check based on maximum quantity per bin in storage type.
SAP WM中阶Storage Type的Capacity Check – Check based on maximum quantity per bin in storage type.
【1079】Total Sales of Supply Chain (25 分)
【1079】Total Sales of Supply Chain (25 分) 【1079】Total Sales of Supply Chain (25 分)
117 0
【1144】The Missing Number (20 分)
【1144】The Missing Number (20 分) 【1144】The Missing Number (20 分)
78 0
1079. Total Sales of Supply Chain (25) dfs
#include #include #include #include using namespace std; vector v[100001]; vector amount[100001]; int n; d...
978 0