1. What are the future works in "Modeling big data processing programs" ?
As future work, the authors intend to study the mapping of their model into the input notation of CPN Tools for model simulation and analysis.. As a further goal, the authors can also envision the use of this specification for code generation in those similar systems.
read more
2. What are the contributions in "Modeling big data processing programs" ?
The authors propose a new model for data processing programs.. The authors use Monoid Algebra to model operations over distributed, partitioned datasets and Petri Nets to represent the data/control flow.
read more
3. What is the function groupBy used to represent the aggregations?
The authors represent these aggregations with the transformations reduce, which operates on the whole set, and reduceByKey, which operates on values grouped by key.
read more
4. What is the use of lambda expressions in the aggregation of a?
In addition, monoid algebra also supports the use of lambda expressions (λx.e), if-then-else, and the union operation on bags (]).
read more


