Hadoop笔记:HDFS读官方文档

本文是关于Hadoop Distributed File System (HDFS)的笔记,重点解析HDFS的架构,包括NameNode和DataNodes的角色。HDFS设计为高容错、高吞吐量的分布式文件系统,适合处理大规模数据集。NameNode负责文件系统的命名空间操作和数据块映射,而DataNodes则处理客户端的读写请求并执行数据块的创建、删除和复制。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

大数据笔记:HDFS读官方文档

标签: 大数据


介绍

The Hadoop Distributed File System (HDFS) is a distributed file system designed to run on commodity hardware. It has many similarities with existing distributed file systems. However, the differences from other distributed file systems are significant. HDFS is highly fault-tolerant and is designed to be deployed on low-cost hardware. HDFS provides high throughput access to application data and is suitable for applications that have large data sets. HDFS relaxes a few POSIX requirements to enable streaming access to file system data. HDFS was originally built as infrastructure for the Apache Nutch web search engine project. HDFS is part of the Apache Hadoop Core project. The project URL is http://hadoop.apache.org/.

主要说的是:HDFS具有高容错、高可靠性、高扩展性的特点,可以部署在低成本硬件上。

HDFS提供对应用程序数据的高吞吐量访问,适用于具有大型数据集的应用程序。

一般来讲,hadoop:

  • 适用于大规模数据吞吐而不是境地数据访问的延时
  • 流式访问数据集(写一次,读多次),不适用于频繁修改文件
  • HDFS设计更多用于批处理,而不是用户交互式使用。

NameNode and DataNodes

HDFS架构及其内部

HDFS has a master/slave arch

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值