-
Notifications
You must be signed in to change notification settings - Fork 4
VeloxMR architecture
Vicente Adolfo Bolea Sanchez edited this page Jan 30, 2018
·
1 revision
- is the most important class in VeloxMR. It dispatches Tasks to other remote TaskExecutors or local TaskHandlers.
- has two sub-classes for C++ and Python. It effectively executes the map and reduces functions.
- manages storing and reading idata. They store idata in a tree form which is then saved to disk
It can be viewed as an Ad-hoc RPC library designed on the top of ASIO tuned to big data applications which provides streams, class serialization, and RPC to BOOST ASIO.