- 1、本文档共12页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
西安邮电学
毕 业 设 计(论 文)
院 系:
专 业: 电子
班 级:
学生姓名:
导师姓名: 职称:
起止时间:20年月日至20年月日 文献翻译英文原文
The Hadoop Distributed File System: Architecture and Design
1 Introduction
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 /core/.
2 Assumptions and Goals
2.1 Hardware Failure
Hardware failure is the norm rather than the exception. An HDFS instance may consist of hundreds or thousands of server machines, each storing part of the file system’s data. The fact that there are a huge number of components and that each component has a non-trivial probability of failure means that some component of HDFS is always non-functional. Therefore, detection of faults and quick, automatic recovery from them is a core architectural goal of HDFS.
2.2 Streaming Data Access
Applications that run on HDFS need streaming access to their data sets. They are not general purpose applications that typically run on general purpose file systems. HDFS is designed more for batch processing rather than interactive use by users. The emphasis is on high throughput of data access rather than low latency of data access. POSIX imposes many hard requirements that are not needed for applications that are targeted for HDFS. POSIX semantics in a few key areas has been tra
您可能关注的文档
- 【推荐】碧桂园物业全套管理制度--绿化部.doc
- 【推荐】碧桂园物业全套管理制度--维修部管理手册.doc
- 2数学课程资源.ppt
- 2000年宏观分析报告.doc
- 海康威视机房综合监控系统解决方案.doc
- 郝永印论文翻译.doc
- 宏观分析报告-1季度.doc
- 环南三路加油站环境影响报告表.doc
- 机械式秒表试行检定规程.doc
- 科技产业园推广方案.doc
- 2024 年中考考前最后一卷英语英语(安徽卷)(考试版)A4.pdf
- 第2节 二项式定理--2025年高考数学复习讲义及练习解析.pdf
- 第3节 第2课时 简单的三角恒等变换--2025年高考数学复习讲义及练习解析.pdf
- 中考地理总复习专题知识要点.pdf
- 第1节 基本立体图形、简单几何体的表面积与体积--2025年高考数学复习讲义及练习解析.pdf
- 第9节 函数模型及其应用--2025年高考数学复习讲义及练习解析.pdf
- 中考生物总复习专题知识要点.pdf
- 微专题6 与球有关的切、接、截面问题 --2025年高考数学复习讲义及练习解析.pdf
- 2025版高中物理一轮复习章末测试卷--第三章 牛顿运动定律(测试)(解析版).pdf
- 第3节 导数与函数的极值、最值--2025年高考数学复习讲义及练习解析.pdf
文档评论(0)