You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to update a progress with the results of each stage. Therefore, I am now using this custom update method, see: main...tlogemann:mr4mp:main
I assume, that progress is not only an Iterable, but a class (like StageProgress here), on that update is callable, see e.g.:
In my case the mapreduce calculation is very resource and time intensive and it is not known how many nodes are generated, thus it is of interest to follow the generation live.
Maybe this idea of updates of the current results after reduction in staged mode is of interest for you.
The text was updated successfully, but these errors were encountered:
Hello,
I would like to update a progress with the results of each stage. Therefore, I am now using this custom update method, see:
main...tlogemann:mr4mp:main
I assume, that
progress
is not only anIterable
, but aclass
(likeStageProgress
here), on thatupdate
is callable, see e.g.:In my case the mapreduce calculation is very resource and time intensive and it is not known how many nodes are generated, thus it is of interest to follow the generation live.
Maybe this idea of updates of the current results after reduction in staged mode is of interest for you.
The text was updated successfully, but these errors were encountered: