一种高性能hdfs存储平台的分析与实现-analysis and implementation of a high performance hdfs storage platform.docxVIP

一种高性能hdfs存储平台的分析与实现-analysis and implementation of a high performance hdfs storage platform.docx

  1. 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
一种高性能hdfs存储平台的分析与实现-analysis and implementation of a high performance hdfs storage platform

摘 要近年来,云计算成为了互联网行业最热的话题之一。由于其高可靠性,高吞 吐量及高可扩展性, Hadoop 分布式文件系统 HDFS 成为了主流的云计算平台的 底层存储系统,政府、高校、科研机构或者企事业单位均先后使用 HDFS 作为其 集群的存储平台。然而,尽管 HDFS 有着良好的表现,其在性能上仍然存在明显 的问题。比如 NameNode 的单点失效,数据存储空间浪费,小文件存储效率低等。 现阶段的国内外研究往往仅针对上述单个问题作出分析与研究,没有系统地将 HDFS 的性能问题进行整合与改进。本文针对这些问题,设计与实现了一个高性能的 HDFS 存储平台。平台采用内 存与硬盘的双重元数据备份机制,在保证 NameNode 高可用性的同时,降低了集 群因 NameNode 宕机失效所需的恢复时间;在数据的存储上,平台采用基于 Erasure Code 的编码存储技术,对文件分块后的 block 数据进行编码存储,降低了集群的 副本数量,提高了存储空间的利用率;平台也对 HDFS 存储小文件效率低的问题 作出了改进,采用 Hadoop 提供的 HAR 文件格式,将小文件打包上传,减轻了 NameNode 的元数据存储压力,也同时提高了小文件的读写速度。文章最后通过一系列的实验来验证高性能 HDFS 存储平台在可用性,存储效率 上的优势,满足了系统的设计要求。关键词:云计算HDFS 高可用性 Erasure Code 小文件存储AbstractIn recent years, cloud computing has become one of the hottest topics in the Internet industry. Because of its high reliability, high throughput and high scalability, the open-source project of the Apache Foundation Hadoop Distributed File System, HDFS,has become the mainstream underlying storage system in cloud computingplatforms,andGovernment, universities, research institutions or enterprisessuccessively use HDFS as its clusters’ storage platform. However, despite HDFS has a good performance, it still has obvious problems.Such as the single point failure of NameNode,the wasted in data storage and the low efficiency of small files storing.Now,researches often aims at only one of these problems,therefore ,they don’t integrate and improve the problems of HDFS systematically.To solve these problems, we design and realize a high-performance HDFS storage platform. The platform introduce both memory and hard disk metadata backup mechanism, as a result, it ensures the high availability of NameNode and reduce the cluster’s recovery time caused by the NameNode downtime failure at the same time. In the data storage, the platform introduce encoding storage technology based on Erasure Code, it encodes and storages the block data after the file chunked, reducing the number of replication of the cluster and improving the storage space utilization. The pla

您可能关注的文档

文档评论(0)

peili2018 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档