namenode

  • 网络名称节点;名字节点;元数据节点

namenodenamenode

namenode

名称节点

名称节点NameNode)启动时,会从镜像文件 fsimage 中读取HDFS的状态,并且把edits文件中记录的操作应用到fsimage…

名字节点

该系统中拥有一个名字节点NameNode)和多个数据节点(DataNode)。一个文件被分割为一个或者多个数据块,这些数据 …

元数据节点

元数据节点namenode)用来管理文件系统的命名空间,它将所有的文件和文件夹的元数据保存在一个文件系统树中。数据节 …

元数据信息

客户端(client)或者元数据信息(namenode)可以向数据节点请求写入或者读出数据块。其周期性的向元数据节点回报其存储的数 …

命名节点

...理客户服务器对文件的访问,我们把这样的节点也叫 做命名节点(Namenode)。

主节点

存储主节点NameNode)和备份主节点(SecondaryNameNode) 计算主节点(SecondaryNameNode) 存储节点(DataNode) …

术语解释

不会飞的鸟 - C++博客 ... 备份任务 Speculative Task 术语解释 NameNode 数据服务器 Chunk Server ...

1
At this point, the NameNode commits the file creation operation into a persistent store. 此时Namenode才将文件创建操作提交到持久存储。
2
You can perform a couple of tests to ensure that Hadoop is up and running normally (at least the namenode). 可以通过几个检查确认Hadoop(至少是namenode)已经启动并正常运行。
3
From this, you can see that the namenode is up and able to service the local namespace. 可以看出namenode已经启动,能够为本地名称空间提供服务。
4
Recall that at the top of the Hadoop cluster is the namenode, which manages the HDFS. 位于Hadoop集群最上层的是namenode,它管理HDFS。
5
The NameNode executes file system namespace operations like opening, closing, and renaming files and directories. Namenode执行文件系统的namespace操作,例如打开、关闭、重命名文件和目录,同时决定block到具体Datanode节点的映射。
6
For this reason, the NameNode can be configured to support maintaining multiple copies of the FsImage and EditLog. 因而,Namenode可以配置成支持维护多个FsImage和Editlog的拷贝。
7
The namenode is the master server in Hadoop and manages the file system namespace and access to the files stored in the cluster. namenode是Hadoop中的主服务器,它管理文件系统名称空间和对集群中存储的文件的访问。
8
But, due to the characteristics of distributed storage, there are "NameNode" and "DataNode, " which take each of their responsibility. 但是,由于分布式存储的性质,有“NameNode”和“DataNode”的概念,它们承担各自的责任。
9
They also respond to commands that create, delete, and replicate blocks received from the NameNode. 它们还响应从NameNode接收的块创建、删除和复制命令。
10
The Datanodes also perform block creation, deletion, and replication upon instruction from the Namenode. 数据节点执行来自于名字节点的建立、删除、复制指令。