瀏覽代碼

[Documentation] RBF: Duplicate statement to be removed for better readabilty (#4881)

Renukaprasad C 2 年之前
父節點
當前提交
8ce71c8882
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      hadoop-hdfs-project/hadoop-hdfs-rbf/src/site/markdown/HDFSRouterFederation.md

+ 0 - 1
hadoop-hdfs-project/hadoop-hdfs-rbf/src/site/markdown/HDFSRouterFederation.md

@@ -46,7 +46,6 @@ This approach has the same architecture as [YARN federation](../../hadoop-yarn/h
 ### Example flow
 The simplest configuration deploys a Router on each NameNode machine.
 The Router monitors the local NameNode and its state and heartbeats to the State Store.
-The Router monitors the local NameNode and heartbeats the state to the State Store.
 When a regular DFS client contacts any of the Routers to access a file in the federated filesystem, the Router checks the Mount Table in the State Store (i.e., the local cache) to find out which subcluster contains the file.
 Then it checks the Membership table in the State Store (i.e., the local cache) for the NameNode responsible for the subcluster.
 After it has identified the correct NameNode, the Router proxies the request.