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
{{ message }}
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.
Before the new disk scheduler was integrated into the rest of the Spark code, the CacheManager was responsible for making sure that two tasks did not compute the same block at the same time (thus doing duplicate work). Given that the CacheManager has been removed, we need to reimplement this functionality somewhere else.
The text was updated successfully, but these errors were encountered:
Before the new disk scheduler was integrated into the rest of the Spark code, the CacheManager was responsible for making sure that two tasks did not compute the same block at the same time (thus doing duplicate work). Given that the CacheManager has been removed, we need to reimplement this functionality somewhere else.
The text was updated successfully, but these errors were encountered: