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>
The most basic concept of RDD. An Rdd is an abstraction of a data set that has been logically partitioned into several sub parts (split). An Rdd should be an input_range of the splits.