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
For MapReduce version, we cannot enable speculative execution because we cannot control which task need to be enabled speculative execution. It is based on mapper progress while mapper progress is almost the same and once some task is proved to be faster, such speculative task attempt should be killed. It is hard in MapReduce.
In YARN, we have the freedom to do that, to build specific speculative mechanism.
The text was updated successfully, but these errors were encountered:
For MapReduce version, we cannot enable speculative execution because we cannot control which task need to be enabled speculative execution. It is based on mapper progress while mapper progress is almost the same and once some task is proved to be faster, such speculative task attempt should be killed. It is hard in MapReduce.
In YARN, we have the freedom to do that, to build specific speculative mechanism.
The text was updated successfully, but these errors were encountered: