rheem-ecosystem / rheem

Rheem - a cross-platform data processing system
https://rheem-ecosystem.github.io
5 stars 0 forks source link

Store execution plans in experiments #65

Closed sekruse closed 7 years ago

sekruse commented 7 years ago

Rheem accepts Experiments when executing a job. It will then store various execution data in the Experiment, such as a break down of the execution times. It would be nice to also register the ExecutionPlan(s) with the Experiment, so as to allow inspection of the same later on.