-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Vicente Adolfo Bolea Sanchez edited this page Nov 16, 2017
·
5 revisions
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.
- Installation, learn how-to compile from scratch VeloxDFS.
- Configuration, learn how-to modify the configuration files.
- FAQ, Known-errors and other issues.