Namenode在HDFS是单点存在,如果Namenode所在的机器错误,手工的干预是必须的。
互联网摘选
数据节点执行来自于名字节点的建立 、 删除 、 复制指令.
网络文摘精选
The existence of a single NameNode in a cluster greatly simplifies the architecture of the system.
单一节点的Namenode大大简化了系统的架构。
互联网摘选
NameNode比较负载,然后将有关最空闲相邻节点的详细信息发送到特定的DataNode。
互联网摘选
一个HDFS集群是有一个Namenode和一定数目的Datanode组成。Namenode是一个中心服务器,负责管理文件系统的namespace和客户端对文件的访问。
互联网摘选
这个同步操作可能会降低Namenode每秒能支持处理的namespace事务。
互联网摘选
When the load increases in a DataNode to the threshold level, it sends a request to the NameNode.
当DataNode的负载增加到阈值级别时,它将向该NameNode发送一个请求。
互联网摘选
但是,由于分布式存储的性质,有“NameNode”和“DataNode”的概念,它们承担各自的责任。
互联网摘选
Namenode执行文件系统的namespace操作,例如打开、关闭、重命名文件和目录,同时决定block到具体Datanode节点的映射。
互联网摘选
From this, you can see that the namenode is up and able to service the local namespace.
可以看出namenode已经启动,能够为本地名称空间提供服务。
互联网摘选
A network partition can cause a subset of DataNodes to lose connectivity with the NameNode.
网络切割可能导致一部分Datanode跟Namenode失去联系。
互联网摘选
完成特定的搜索关键字MapReduce操作之后,NameNode将输出值返回到服务器并交付客户端。
互联网摘选
You'll find one namenode and one secondary namenode in a Hadoop cluster.
在每个Hadoop集群中可以找到一个namenode和一个secondary namenode。
互联网摘选
The NameNode had information about the load levels of the specific DataNode's nearest neighbors.
NameNode获得特定DataNode最邻近节点的负载级别信息。
互联网摘选
At this point, the NameNode commits the file creation operation into a persistent store.
此时Namenode才将文件创建操作提交到持久存储。
互联网摘选
可以通过几个检查确认Hadoop(至少是namenode)已经启动并正常运行。
互联网摘选
They also respond to commands that create, delete, and replicate blocks received from the NameNode.
它们还响应从NameNode接收的块创建、删除和复制命令。
互联网摘选
因而,Namenode可以配置成支持维护多个FsImage和Editlog的拷贝。
互联网摘选
namenode是Hadoop中的主服务器,它管理文件系统名称空间和对集群中存储的文件的访问。
互联网摘选