Skip to content
Kristi edited this page Mar 22, 2020 · 7 revisions

Welcome to the QFS Wiki

Quantcast File System (QFS) is a high-performance, fault-tolerant, distributed file system developed to support MapReduce processing, or other applications reading and writing large files sequentially. This wiki provides various pieces of information regarding QFS, its setup, best practices, etc.

If there are any specific questions or comments you have that aren't answered in this wiki, please feel free to reach out to us through our mailing list qfs-devel@googlegroups.com or search the archives at the QFS Developer Mailing List. You can also ask questions, report bugs, or request improvements to qfs on our JIRA issue tracker.

For an indepth view into QFS and how it works, please read the QFS paper presented at VLDB.

Some selected pages for you to read are available below. A full list of all wiki pages is available on the right sidebar.

Updating the QFS Wiki

The community is encouraged to update the QFS wiki as they wish. However, public editing has been turned off on the github wiki itself. Instead, the wiki documents are mirrored in the wiki directory of the QFS source code. This allows for a few things:

  • Wiki documentation is distributed along with the qfs source code
  • The community can use pull requests to submit changes to the wiki
  • The community can request updates to the wiki in the same pull request as code changes are made, keeping code and documentation in sync

If you would like to make a change to the wiki, please submit a pull request and we will be happy to accept it!

Quantcast