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.
Rheem accepts
Experiment
s when executing a job. It will then store various execution data in theExperiment
, such as a break down of the execution times. It would be nice to also register theExecutionPlan
(s) with theExperiment
, so as to allow inspection of the same later on.