Table of Contents

About

HDFS applications need a write-once-read-many access model for files. A file once created, written, and closed need not be changed except for appends and truncates. Appending the content to the end of the files is supported but cannot be updated at arbitrary point.

HDFS provides interfaces for applications to move themselves closer to where the data is located.