@telekoma

On the duality of data-intensive file system design: reconciling HDFS and PVFS

, , , , , and . Proceedings of 2011 International Conference for High Performance Computing, Networking, Storage and Analysis, page 67:1--67:12. New York, NY, USA, ACM, (2011)
DOI: 10.1145/2063384.2063474

Abstract

Data-intensive applications fall into two computing styles: Internet services (cloud computing) or high-performance computing (HPC). In both categories, the underlying file system is a key component for scalable application performance. In this paper, we explore the similarities and differences between PVFS, a parallel file system used in HPC at large scale, and HDFS, the primary storage system used in cloud computing with Hadoop. We integrate PVFS into Hadoop and compare its performance to HDFS using a set of data-intensive computing benchmarks. We study how HDFS-specific optimizations can be matched using PVFS and how consistency, durability, and persistence tradeoffs made by these file systems affect application performance. We show how to embed multiple replicas into a PVFS file, including a mapping with a complete copy local to the writing client, to emulate HDFS's file layout policies. We also highlight implementation issues with HDFS's dependence on disk bandwidth and benefits from pipelined replication.

Description

On the duality of data-intensive file system design

Links and resources

Tags

community