CPARK 1.0
A light-weighted, distributed computing framework for C++ that offers a fast and general-purpose large data processing solution.
|
#include <base_rdd.h>
Split is a sub-partition of data from an Rdd, and is the smallest computing unit in cpark's computing tasks, It is an input_range whose objects have some dependency relationship between each other.