You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.