Skip to content
Vicente Adolfo Bolea Sanchez edited this page Nov 16, 2017 · 5 revisions

VeloxDFS

VeloxDFS is a distributed file system optimized for Big Data MapReduce processing developed at the DICL Lab, UNIST. Since its main application is Big Data MapReduce processing VeloxDFS has the following characteristics:

  • Fully Decentralized architecture which allows us to scale to the exabyte level.
  • Data partitioning at the fix sizes block level.
  • Certain functions such as APPEND, UPLOAD, and DOWNLOAD are essential in MapReduce processing. Thus, VeloxDFS tries to outperformn other distributed file systems in this area.

Index

  • Installation, learn how-to compile from scratch VeloxDFS.
  • Configuration, learn how-to modify the configuration files.
  • FAQ, Known-errors and other issues.
Clone this wiki locally